Skip to content

Commit

Permalink
Remove verbose logging in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gwillem committed Apr 2, 2023
1 parent 2a8b368 commit 0452a12
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions corediff_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ func Test_vendor_bug(t *testing.T) {
assert.Len(t, db, 238)
wantHash := uint64(3900178074848893275)
if _, ok := db[wantHash]; !ok {
for k, _ := range db {
fmt.Println(k)
}
t.Error("hash not in db")
}
}
Expand Down

0 comments on commit 0452a12

Please sign in to comment.