This commit is contained in:
Chris Lu
2021-10-07 21:13:31 -07:00
parent 0a856241fe
commit e4830bd93d
11 changed files with 30 additions and 31 deletions

View File

@@ -34,7 +34,7 @@ func TestNameList(t *testing.T) {
// list.skipList.println()
deleteBase := 5
deleteCount := maxNameCount - 3 * deleteBase
deleteCount := maxNameCount - 3*deleteBase
for i := deleteBase; i < deleteBase+deleteCount; i++ {
list.DeleteName(String(i))