aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/state/dbstore_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'swarm/state/dbstore_test.go')
-rw-r--r--swarm/state/dbstore_test.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/swarm/state/dbstore_test.go b/swarm/state/dbstore_test.go
index 6683e788f..f7098956d 100644
--- a/swarm/state/dbstore_test.go
+++ b/swarm/state/dbstore_test.go
@@ -112,6 +112,9 @@ func testPersistedStore(t *testing.T, store Store) {
as := []string{}
err = store.Get("key2", &as)
+ if err != nil {
+ t.Fatal(err)
+ }
if len(as) != 3 {
t.Fatalf("serialized array did not match expectation")