diff options
| author | Carlos Martín Nieto <[email protected]> | 2015-05-30 22:23:23 +0200 |
|---|---|---|
| committer | Carlos Martín Nieto <[email protected]> | 2015-05-30 22:23:23 +0200 |
| commit | 35ff0de8559ed987ff82b025cc2bb5983f29e559 (patch) | |
| tree | 62b2ffe5ef7c32f89a49bb722c1cce85b2a9656b /odb_test.go | |
| parent | 193deb7ae3cbc5d5a1f7f186aae6edb20bff950a (diff) | |
| parent | e8531dd5c31fc87044e9061b18f37df9b05bd0ac (diff) | |
Merge pull request #196 from pks-t/pointer-indirection
[WIP/RFC] Pointer indirection
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 |
