From d4944a3883b6798f20916bf5c7229c84ae30baeb Mon Sep 17 00:00:00 2001 From: lash Date: Wed, 14 Nov 2018 19:31:02 +0100 Subject: [PATCH] swarm/storage: Same as previous, but for real this time --- swarm/storage/ldbstore_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarm/storage/ldbstore_test.go b/swarm/storage/ldbstore_test.go index 5345ea0efd..07557980c6 100644 --- a/swarm/storage/ldbstore_test.go +++ b/swarm/storage/ldbstore_test.go @@ -705,7 +705,7 @@ func TestCleanIndex(t *testing.T) { // second gc index should still be fixed if _, err := ldb.db.Get(gcSecondCorrectKey); err != nil { - t.Fatalf("expected gc 1 idx %v to be present: %v", idxKey) + t.Fatalf("expected gc 1 idx to be present: %v", idxKey) } // third gc index should be unchanged