summaryrefslogtreecommitdiff
path: root/odb_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'odb_test.go')
-rw-r--r--odb_test.go2
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