mirror of
https://github.com/safing/portbase
synced 2026-04-28 20:00:33 +00:00
Clean database tests
This commit is contained in:
parent
64e25da0b2
commit
9d71d109b2
4 changed files with 3 additions and 4 deletions
|
|
@ -126,7 +126,7 @@ func TestBadger(t *testing.T) {
|
|||
t.Fatal(err)
|
||||
}
|
||||
cnt := 0
|
||||
for _ = range it.Next {
|
||||
for range it.Next {
|
||||
cnt++
|
||||
}
|
||||
if it.Err() != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue