Skip to content

Commit

Permalink
Update archive_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
moebiusband73 committed Aug 22, 2023
1 parent 04cf555 commit eb5b22e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions archive_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
package main

import (
"bufio"
"log"
"os"
"testing"
"time"
)
Expand All @@ -23,6 +25,8 @@ func TestFromCheckpoint(t *testing.T) {
log.Printf("Checkpoints loaded (%d files, %d MB, that took %fs)\n", files, loadedData, time.Since(startupTime).Seconds())
}

m.DebugDump(bufio.NewWriter(os.Stdout), nil)

if files != 2 {
t.Errorf("expected: %d, got: %d\n", 2, files)
}
Expand Down

0 comments on commit eb5b22e

Please sign in to comment.