diff options
| author | Patrick Steinhardt <[email protected]> | 2015-04-24 09:55:06 +0200 |
|---|---|---|
| committer | Patrick Steinhardt <[email protected]> | 2015-05-22 09:02:24 +0200 |
| commit | e91965375551ff2ed68c0cea0c61a9ee4081ceb7 (patch) | |
| tree | c2b73d8ad0d02c7d8f823bf7cea1abf97c870999 /odb_test.go | |
| parent | 9bbec34885aff0287802134acbfdb5a20409fd9e (diff) | |
odb: use HandleList for C function callbacks.
Diffstat (limited to 'odb_test.go')
| -rw-r--r-- | odb_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb_test.go b/odb_test.go index 55ed297..2fb6840 100644 --- a/odb_test.go +++ b/odb_test.go @@ -81,7 +81,7 @@ func TestOdbForeach(t *testing.T) { checkFatal(t, err) if count != expect { - t.Fatalf("Expected %v objects, got %v") + t.Fatalf("Expected %v objects, got %v", expect, count) } expect = 1 |
