Skip to content

Commit

Permalink
Added order matter expectation to tests
Browse files Browse the repository at this point in the history
Signed-off-by: NicoleYarroch <[email protected]>
  • Loading branch information
NicoleYarroch committed Jun 3, 2021
1 parent af8e69a commit 9e19208
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SmartDeviceLinkTests/DevAPISpecs/SDLChoiceSetManagerSpec.m
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@ - (void)sdl_addUniqueNamesToCells:(NSMutableSet<SDLChoiceCell *> *)choices;
testManager.pendingPresentationSet = [[SDLChoiceSet alloc] init];

strickMockOperationQueue = OCMStrictClassMock([NSOperationQueue class]);
[strickMockOperationQueue setExpectationOrderMatters:YES];
testManager.transactionQueue = strickMockOperationQueue;
});

Expand Down

0 comments on commit 9e19208

Please sign in to comment.