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 064e757 commit 33ad04aCopy full SHA for 33ad04a
Tests/GraphQLRxSwiftTests/GraphQL/SubscriptionTests.swift
@@ -363,13 +363,7 @@ class SubscriptionTests : XCTestCase {
363
"priority": "meow"
364
]
365
)
366
- ) { error in
367
- let graphQLError = error as! GraphQLError
368
- XCTAssertEqual(
369
- graphQLError.message,
370
- "Variable \"$priority\" got invalid value \"meow\".\nExpected type \"Int\", found \"meow\"."
371
- )
372
- }
+ )
373
}
374
375
@@ -505,7 +499,6 @@ class SubscriptionTests : XCTestCase {
505
499
var currentResult = GraphQLResult()
506
500
let _ = stream.observable.subscribe { event in
507
501
currentResult = try! event.element!.wait()
508
- print(currentResult)
509
502
}.disposed(by: db.disposeBag)
510
503
511
504
db.trigger(email: Email(
0 commit comments