Skip to content

Commit 55777cb

Browse files
committed
Auto-sync: 2026-02-21 05:14
1 parent 18574a0 commit 55777cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

06_week/tasks/smart_ptr/test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ TEST(MakeSharedTest, MakeSharedWithMove) {
655655

656656
EXPECT_NE(ptr.Get(), nullptr);
657657
EXPECT_EQ(ptr->data(), expected);
658-
EXPECT_EQ(*ptr, "test");
658+
EXPECT_EQ(*ptr, "testWithLongStringForAvoidSSO");
659659
EXPECT_EQ(ptr.UseCount(), 1);
660660
}
661661

0 commit comments

Comments
 (0)