Skip to content

Commit 0a1dbca

Browse files
authored
fix: remove check GetData in test case (#504)
1 parent eb9523e commit 0a1dbca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/storage/page_guard_test.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ TEST(PageGuardTest, DISABLED_SampleTest) {
4242

4343
guarded_page.Drop();
4444

45-
EXPECT_EQ(nullptr, guarded_page.GetData());
4645
EXPECT_EQ(0, page0->GetPinCount());
4746

4847
// Shutdown the disk manager and remove the temporary file we created.

0 commit comments

Comments
 (0)