From cc3177502c1729530f134769a9dcc223c3db3680 Mon Sep 17 00:00:00 2001 From: Russell Hancox Date: Fri, 15 Jul 2022 18:03:34 -0400 Subject: [PATCH] Tests: Fix un-needed expectation in SNTExecutionControllerTest.allEventUpload (#857) --- Source/santad/SNTExecutionControllerTest.m | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/santad/SNTExecutionControllerTest.m b/Source/santad/SNTExecutionControllerTest.m index 74434a64c..81832f5f1 100644 --- a/Source/santad/SNTExecutionControllerTest.m +++ b/Source/santad/SNTExecutionControllerTest.m @@ -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]);