switch: remove unused code

This commit is contained in:
Andras Banki-Horvath
2020-04-09 20:20:47 +02:00
parent ccf6e2a393
commit b93140cd3c
4 changed files with 12 additions and 15 deletions

View File

@@ -122,7 +122,7 @@ func TestDecayedLogGarbageCollector(t *testing.T) {
time.Sleep(500 * time.Millisecond)
// Assert that hashedSecret is not in the sharedHashBucket
val, err = d.Get(hashedSecret)
_, err = d.Get(hashedSecret)
if err == nil {
t.Fatalf("CLTV was not deleted")
}