Skip to content

Commit

Permalink
Reset Expiration Flaky JS
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherDavenport committed Aug 13, 2021
1 parent a36b65c commit ad791d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class AutoMemoryCacheSpec extends CatsEffectSuite {
)
}

test("Auto MemoryCache.ofSingleImmutableMap should resets expiration") {
test("Auto MemoryCache.ofSingleImmutableMap should resets expiration".flaky) {
Resource.eval(MemoryCache.ofSingleImmutableMap[IO, Int, String](cacheKeyExpiration.some))
.flatMap(cache => MemoryCache.liftToAuto(cache, checkExpirationsEvery).as(cache))
.use(cache =>
Expand Down

0 comments on commit ad791d4

Please sign in to comment.