mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
swarm/storage: Same as previous, but for real this time
This commit is contained in:
parent
7db0cef45a
commit
d4944a3883
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue