Skip to content

Commit 8f81578

Browse files
committed
Fixed test expectations
1 parent e0c6c19 commit 8f81578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/scala/ton/sdk/client/modules/netSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ abstract class NetSpec[T[_]] extends AsyncFlatSpec with SdkAssertions[T] {
146146
val result = devNet { implicit ctx =>
147147
call(Request.WaitForCollection("transactions", "", timeout = Option(1)))
148148
}
149-
assertSdkError(result)("WaitFor failed: Can not send http request: error sending request for url (https://net.ton.dev/graphql): operation timed out")
149+
assertSdkError(result)("WaitFor failed: Graphql server returned error: Syntax Error: Expected Name, found \"}\".")
150150
}
151151

152152
it should "unsubscribe handle that does not exist" in {

0 commit comments

Comments
 (0)