Skip to content

Commit

Permalink
Tests: Fix un-needed expectation in SNTExecutionControllerTest.allEve…
Browse files Browse the repository at this point in the history
…ntUpload (#857)
  • Loading branch information
russellhancox committed Jul 15, 2022
1 parent a49a59b commit cc31775
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/santad/SNTExecutionControllerTest.m
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,6 @@ - (void)testAllEventUpload {
OCMStub([self.mockFileInfo isMachO]).andReturn(YES);
OCMStub([self.mockFileInfo SHA256]).andReturn(@"a");

OCMExpect([self.mockConfigurator clientMode]).andReturn(SNTClientModeMonitor);
OCMExpect([self.mockConfigurator enableAllEventUpload]).andReturn(YES);
OCMExpect([self.mockEventDatabase addStoredEvent:OCMOCK_ANY]);

Expand Down

0 comments on commit cc31775

Please sign in to comment.