mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
swarm/storage: Remove unnecessary logline change in test
This commit is contained in:
parent
13358a75af
commit
7db0cef45a
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", gcSecondCorrectKey, idxKey)
|
||||
t.Fatalf("expected gc 1 idx %v to be present: %v", idxKey)
|
||||
}
|
||||
|
||||
// third gc index should be unchanged
|
||||
|
|
|
|||
Loading…
Reference in a new issue