Skip to content

Commit abd522a

Browse files
committed
minor change [ci skip]
Signed-off-by: munishchouhan <hrma017@gmail.com>
1 parent ac6dc7d commit abd522a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/test/groovy/io/seqera/wave/service/counter/impl/RedisCounterProviderTest.groovy

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ class RedisCounterProviderTest extends Specification implements RedisTestContain
105105
sleep(1000)
106106
then:'this value should be one, because foo should be expired'
107107
redisCounterProvider.get('metrics/v1', 'pulls/o/abc.com.au/d/2024-07-14') == null
108-
sleep(500)
109-
and:
110108
redisCounterProvider.get('metrics/v1', 'pulls/o/abc.com.au/d/2024-07-15') == null
111109
}
112110
}

0 commit comments

Comments
 (0)