Skip to content

Commit

Permalink
removed unused test
Browse files Browse the repository at this point in the history
  • Loading branch information
Velin92 committed Sep 16, 2024
1 parent 9cb594d commit 1bd0479
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions MatrixSDKTests/MatrixSDKTestsE2EData.m
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,6 @@ - (void)doE2ETestWithAliceInARoom:(XCTestCase *)testCase andStore:(id<MXStore>)s
}];
}

- (void)doE2ETestWithAliceAndBobInARoom:(XCTestCase*)testCase
cryptedBob:(BOOL)cryptedBob
warnOnUnknowDevices:(BOOL)warnOnUnknowDevices
readyToTest:(void (^)(MXSession *aliceSession, MXSession *bobSession, NSString *roomId, XCTestExpectation *expectation))readyToTest
{
[self doE2ETestWithAliceAndBobInARoom:testCase cryptedBob:cryptedBob warnOnUnknowDevices:warnOnUnknowDevices aliceStore:[[MXNoStore alloc] init] bobStore:[[MXNoStore alloc] init] readyToTest:readyToTest];
}

- (void)doE2ETestWithAliceByInvitingBobInARoom:(XCTestCase*)testCase
cryptedBob:(BOOL)cryptedBob
warnOnUnknowDevices:(BOOL)warnOnUnknowDevices
Expand Down

0 comments on commit 1bd0479

Please sign in to comment.