mirror of
https://github.com/safing/portbase
synced 2025-09-10 06:15:08 +00:00
Complete first alpha version
This commit is contained in:
parent
c399d7c748
commit
1ef3ceb274
22 changed files with 299 additions and 159 deletions
|
@ -98,8 +98,8 @@ func testDatabase(t *testing.T, storageType string) {
|
|||
for _ = range it.Next {
|
||||
cnt++
|
||||
}
|
||||
if it.Err != nil {
|
||||
t.Fatal(it.Err)
|
||||
if it.Err() != nil {
|
||||
t.Fatal(it.Err())
|
||||
}
|
||||
if cnt != 2 {
|
||||
t.Fatal("expected two records")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue