We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0c6c19 commit 8f81578Copy full SHA for 8f81578
src/test/scala/ton/sdk/client/modules/netSpec.scala
@@ -146,7 +146,7 @@ abstract class NetSpec[T[_]] extends AsyncFlatSpec with SdkAssertions[T] {
146
val result = devNet { implicit ctx =>
147
call(Request.WaitForCollection("transactions", "", timeout = Option(1)))
148
}
149
- assertSdkError(result)("WaitFor failed: Can not send http request: error sending request for url (https://net.ton.dev/graphql): operation timed out")
+ assertSdkError(result)("WaitFor failed: Graphql server returned error: Syntax Error: Expected Name, found \"}\".")
150
151
152
it should "unsubscribe handle that does not exist" in {
0 commit comments