From 4b8c94939574dfb540859d8e757f46759d7bcb27 Mon Sep 17 00:00:00 2001 From: chizhonghang <1099339087@qq.com> Date: Sun, 2 Jan 2022 16:20:20 +0800 Subject: [PATCH] fixed: incorrect lab1 test name --- lab1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lab1.md b/lab1.md index c4d80baf..3f672334 100644 --- a/lab1.md +++ b/lab1.md @@ -525,7 +525,7 @@ layout of pages. You will also need to implement an Iterator over the tuples in the page, which may involve an auxiliary class or data structure. -At this point, your code should pass the unit tests in HeapPageIdTest, RecordIDTest, and HeapPageReadTest. +At this point, your code should pass the unit tests in HeapPageIdTest, RecordIdTest, and HeapPageReadTest.