Skip to content

Commit 05600dd

Browse files
fixup! Cache functionality and delivery-service-based finality listeners
Signed-off-by: Alexandros Filios <alexandros.filios@ibm.com>
1 parent bae05c0 commit 05600dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

platform/common/utils/cache/timeout_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ func TestTimeoutSimple(t *testing.T) {
4545
<-done
4646

4747
mu.RLock()
48-
time.Sleep(3 * time.Second)
4948
assert.Equal(map[int]string{1: "a", 2: "b", 3: "c", 4: "d", 5: "e"}, allEvicted)
5049
assert.Equal(0, c.Len())
5150
_, ok := c.Get(1)

0 commit comments

Comments
 (0)