Skip to content

Commit

Permalink
minor change [ci skip]
Browse files Browse the repository at this point in the history
Signed-off-by: munishchouhan <[email protected]>
  • Loading branch information
munishchouhan committed Jul 17, 2024
1 parent ac6dc7d commit abd522a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ class RedisCounterProviderTest extends Specification implements RedisTestContain
sleep(1000)
then:'this value should be one, because foo should be expired'
redisCounterProvider.get('metrics/v1', 'pulls/o/abc.com.au/d/2024-07-14') == null
sleep(500)
and:
redisCounterProvider.get('metrics/v1', 'pulls/o/abc.com.au/d/2024-07-15') == null
}
}

0 comments on commit abd522a

Please sign in to comment.