Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Ortel <[email protected]>
  • Loading branch information
jortel committed Aug 22, 2024
1 parent 8dde0a7 commit a125afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/db_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func TestKeyGen(t *testing.T) {
if err != nil {
panic(err)
}
fmt.Printf("CREATED: %d/%d\n", m.ID, next)
fmt.Printf("CREATED: %d/%d (next)\n", m.ID, next)
if uint(N) != m.ID {
t.Errorf("id:%d but expected: %d", m.ID, next)
return
Expand Down

0 comments on commit a125afa

Please sign in to comment.