Skip to content

Commit e81af1f

Browse files
Update src/darwin/Framework/CHIPTests/MTRAsyncWorkQueueTests.m
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
1 parent eb723de commit e81af1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/darwin/Framework/CHIPTests/MTRAsyncWorkQueueTests.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ - (void)testItemsConcurrently
527527
workItem3.readyHandler = sleep1ReadyHandler;
528528
[workQueue enqueueWorkItem:workItem3 descriptionWithFormat:@"work item %d", 3];
529529

530-
// This is the item after the first 3, and should onl execute when one of them finished
530+
// This is the item after the first 3, and should only execute when one of them finished
531531
XCTestExpectation * lastWorkItemWaitedExpectation = [self expectationWithDescription:@"Last work item waited properly"];
532532
MTRAsyncWorkItem * workItemLast = [[MTRAsyncWorkItem alloc] initWithQueue:dispatch_get_global_queue(QOS_CLASS_DEFAULT, 0)];
533533
workItemLast.readyHandler = ^(id context, NSInteger retryCount, MTRAsyncWorkCompletionBlock completion) {

0 commit comments

Comments
 (0)