mirror of
https://github.com/safing/portbase
synced 2025-09-10 06:15:08 +00:00
Clean database tests
This commit is contained in:
parent
64e25da0b2
commit
9d71d109b2
4 changed files with 3 additions and 4 deletions
|
@ -97,7 +97,7 @@ func testDatabase(t *testing.T, storageType string) {
|
|||
}
|
||||
|
||||
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