Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
geirolz committed Feb 14, 2024
1 parent 0107e83 commit b483ec9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import cats.effect.IO
import scala.util.Try

class DeferredSecretSuite extends munit.CatsEffectSuite:

test("DeferredSecret should be evaluated every time use is called with IO") {
var counter = 0
val secret: DeferredSecret[IO, Int] =
Expand Down

0 comments on commit b483ec9

Please sign in to comment.