Skip to content

Commit 4d73521

Browse files
committed
Move tests
1 parent 5d8054a commit 4d73521

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

core/src/test/scala/sttp/monad/IdentityMonadTest.scala renamed to core/src/test/scalajvm/sttp/monad/IdentityMonadTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class IdentityMonadTest extends AnyFlatSpec with Matchers {
2727
var ran = false
2828

2929
intercept[RuntimeException] {
30-
m.error(new RuntimeException("boom!")).ensure({ ran = true })
30+
m.error[Int](new RuntimeException("boom!")).ensure({ ran = true })
3131
}
3232

3333
ran shouldBe true

0 commit comments

Comments
 (0)