Skip to content

Commit

Permalink
Run fix.sh and check in the changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tnek committed Oct 8, 2021
1 parent d3e55cb commit 9c316c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Source/santactl/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,11 @@ santa_unit_test(
"SNTCommandController.h",
"SNTCommandController.m",
],
sdk_dylibs = ["libz"],
resources = glob([
"Commands/sync/testdata/*.json",
"Commands/sync/testdata/*.plist",
]),
sdk_dylibs = ["libz"],
deps = [
":FCM_lib",
"//Source/common:SNTCommonEnums",
Expand Down
3 changes: 1 addition & 2 deletions Source/santametricservice/Writers/SNTMetricHTTPWriterTest.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ @implementation SNTMetricHTTPWriterTest

- (void)setUp {
self.mockSession = OCMClassMock([NSURLSession class]);
self.mockSessionDataTask = OCMClassMock(
[NSURLSessionDataTask class]);
self.mockSessionDataTask = OCMClassMock([NSURLSessionDataTask class]);
self.mockMOLAuthenticatingURLSession = OCMClassMock([MOLAuthenticatingURLSession class]);

OCMStub([self.mockMOLAuthenticatingURLSession alloc])
Expand Down

0 comments on commit 9c316c5

Please sign in to comment.