@@ -56,13 +56,13 @@ class SubscriptionTests : XCTestCase {
56
56
57
57
XCTAssertEqual ( currentResult, GraphQLResult (
58
58
data: [ " importantEmail " : [
59
- " inbox " : [
60
- " total " : 2 ,
61
- " unread " : 1
62
- ] ,
63
59
" email " : [
64
- " subject " : " Alright " ,
65
-
60
+
61
+ " subject " : " Alright "
62
+ ] ,
63
+ " inbox " : [
64
+ " unread " : 1 ,
65
+ " total " : 2
66
66
]
67
67
] ]
68
68
) )
@@ -150,13 +150,13 @@ class SubscriptionTests : XCTestCase {
150
150
151
151
XCTAssertEqual ( currentResult, GraphQLResult (
152
152
data: [ " importantEmail " : [
153
- " inbox " : [
154
- " total " : 2 ,
155
- " unread " : 1
156
- ] ,
157
153
" email " : [
158
- " subject " : " Alright " ,
159
-
154
+
155
+ " subject " : " Alright "
156
+ ] ,
157
+ " inbox " : [
158
+ " unread " : 1 ,
159
+ " total " : 2
160
160
]
161
161
] ]
162
162
) )
@@ -410,13 +410,13 @@ class SubscriptionTests : XCTestCase {
410
410
) )
411
411
XCTAssertEqual ( currentResult, GraphQLResult (
412
412
data: [ " importantEmail " : [
413
- " inbox " : [
414
- " total " : 2 ,
415
- " unread " : 1
416
- ] ,
417
413
" email " : [
418
- " subject " : " Alright " ,
419
-
414
+
415
+ " subject " : " Alright "
416
+ ] ,
417
+ " inbox " : [
418
+ " unread " : 1 ,
419
+ " total " : 2
420
420
]
421
421
] ]
422
422
) )
@@ -465,13 +465,13 @@ class SubscriptionTests : XCTestCase {
465
465
466
466
let expected = GraphQLResult (
467
467
data: [ " importantEmail " : [
468
- " inbox " : [
469
- " total " : 2 ,
470
- " unread " : 1
471
- ] ,
472
468
" email " : [
473
- " subject " : " Alright " ,
474
-
469
+
470
+ " subject " : " Alright "
471
+ ] ,
472
+ " inbox " : [
473
+ " unread " : 1 ,
474
+ " total " : 2
475
475
]
476
476
] ]
477
477
)
@@ -516,13 +516,13 @@ class SubscriptionTests : XCTestCase {
516
516
) )
517
517
XCTAssertEqual ( currentResult, GraphQLResult (
518
518
data: [ " importantEmail " : [
519
- " inbox " : [
520
- " total " : 2 ,
521
- " unread " : 1
522
- ] ,
523
519
" email " : [
524
- " subject " : " Alright " ,
525
-
520
+
521
+ " subject " : " Alright "
522
+ ] ,
523
+ " inbox " : [
524
+ " unread " : 1 ,
525
+ " total " : 2
526
526
]
527
527
] ]
528
528
) )
@@ -535,13 +535,13 @@ class SubscriptionTests : XCTestCase {
535
535
) )
536
536
XCTAssertEqual ( currentResult, GraphQLResult (
537
537
data: [ " importantEmail " : [
538
- " inbox " : [
539
- " total " : 3 ,
540
- " unread " : 2
541
- ] ,
542
538
" email " : [
543
- " subject " : " Tools " ,
544
-
539
+
540
+ " subject " : " Tools "
541
+ ] ,
542
+ " inbox " : [
543
+ " unread " : 2 ,
544
+ " total " : 3
545
545
]
546
546
] ]
547
547
) )
@@ -584,13 +584,13 @@ class SubscriptionTests : XCTestCase {
584
584
) )
585
585
let firstMessageExpected = GraphQLResult (
586
586
data: [ " importantEmail " : [
587
- " inbox " : [
588
- " total " : 2 ,
589
- " unread " : 1
590
- ] ,
591
587
" email " : [
592
- " subject " : " Alright " ,
593
-
588
+
589
+ " subject " : " Alright "
590
+ ] ,
591
+ " inbox " : [
592
+ " unread " : 1 ,
593
+ " total " : 2
594
594
]
595
595
] ]
596
596
)
@@ -616,13 +616,13 @@ class SubscriptionTests : XCTestCase {
616
616
) )
617
617
XCTAssertEqual ( currentResult, GraphQLResult (
618
618
data: [ " importantEmail " : [
619
- " inbox " : [
620
- " total " : 4 ,
621
- " unread " : 3
622
- ] ,
623
619
" email " : [
624
- " subject " : " Tools " ,
625
-
620
+
621
+ " subject " : " Tools "
622
+ ] ,
623
+ " inbox " : [
624
+ " unread " : 3 ,
625
+ " total " : 4
626
626
]
627
627
] ]
628
628
) )
@@ -657,14 +657,14 @@ class SubscriptionTests : XCTestCase {
657
657
658
658
let expected = GraphQLResult (
659
659
data: [ " importantEmail " : [
660
+ " email " : [
661
+
662
+ " subject " : " Alright "
663
+ ] ,
660
664
" inbox " : [
661
- " total " : 2 ,
662
- " unread " : 1
665
+ " unread " : 1 ,
666
+ " total " : 2
663
667
] ,
664
- " email " : [
665
- " subject " : " Alright " ,
666
-
667
- ]
668
668
] ]
669
669
)
670
670
0 commit comments