Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ruisebas committed Dec 13, 2024
1 parent 580e1e6 commit 842a6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AWSIoTUnitTests/AWSIoTStreamThreadTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ - (void)testCancel_shouldNotCloseStreams_andInvokeOnStop {
XCTAssertFalse(didInvokeOutputStreamClose, @"The `close` method on `outputStream` should not be invoked");
}

- (void)testCancelAndDisconnect_shouldSeDidCleanUp_andInvalidateTimer {
- (void)testCancelAndDisconnect_shouldSetDidCleanUp_andInvalidateTimer {
XCTestExpectation *stopExpectation = [self expectationWithDescription:@"AWSIoTStreamThread.onStop expectation"];
self.thread.onStop = ^{
[stopExpectation fulfill];
Expand Down

0 comments on commit 842a6ad

Please sign in to comment.