Skip to content

Commit 1bd0479

Browse files
committed
removed unused test
1 parent 9cb594d commit 1bd0479

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

MatrixSDKTests/MatrixSDKTestsE2EData.m

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -110,14 +110,6 @@ - (void)doE2ETestWithAliceInARoom:(XCTestCase *)testCase andStore:(id<MXStore>)s
110110
}];
111111
}
112112

113-
- (void)doE2ETestWithAliceAndBobInARoom:(XCTestCase*)testCase
114-
cryptedBob:(BOOL)cryptedBob
115-
warnOnUnknowDevices:(BOOL)warnOnUnknowDevices
116-
readyToTest:(void (^)(MXSession *aliceSession, MXSession *bobSession, NSString *roomId, XCTestExpectation *expectation))readyToTest
117-
{
118-
[self doE2ETestWithAliceAndBobInARoom:testCase cryptedBob:cryptedBob warnOnUnknowDevices:warnOnUnknowDevices aliceStore:[[MXNoStore alloc] init] bobStore:[[MXNoStore alloc] init] readyToTest:readyToTest];
119-
}
120-
121113
- (void)doE2ETestWithAliceByInvitingBobInARoom:(XCTestCase*)testCase
122114
cryptedBob:(BOOL)cryptedBob
123115
warnOnUnknowDevices:(BOOL)warnOnUnknowDevices

0 commit comments

Comments
 (0)