Skip to content

Commit c32f201

Browse files
committed
Removed wrong expectations
1 parent 1e5923e commit c32f201

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/test/scala/ton/sdk/client/binding/ContextSpec.scala

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,6 @@ import scala.util.Try
1212

1313
class ContextSpec extends AsyncFlatSpec {
1414

15-
"Context" should "throw an exception if library is not loaded" in {
16-
try {
17-
implicit val effect: Context.Effect[Try] = Context.tryEffect
18-
Context(1).request(Client.Request.BuildInfo)
19-
fail("Should throw an exception")
20-
} catch {
21-
case _: UnsatisfiedLinkError => succeed
22-
}
23-
}
24-
2515
"Sync Context" should "not allow usage if not open" in {
2616
implicit val effect: Context.Effect[Try] = Context.tryEffect
2717
Binding.loadNativeLibrary()

0 commit comments

Comments
 (0)