Skip to content

Commit

Permalink
unit tests fixed after bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
federicocappelli committed Apr 15, 2024
1 parent c7f2f93 commit c46b890
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -352,11 +352,11 @@ final class NetworkProtectionPixelEventTests: XCTestCase {
underlyingErrors: [TestError.underlyingError]),
file: #filePath,
line: #line)
fire(NetworkProtectionPixelEvent.networkProtectionSystemExtensionActivationFailure,
fire(NetworkProtectionPixelEvent.networkProtectionSystemExtensionActivationFailure(TestError.testError),
frequency: .dailyAndCount,
and: .expect(pixelName: "m_mac_netp_system_extension_activation_failure"),
error: TestError.testError,
underlyingErrors: [TestError.underlyingError]),
and: .expect(pixelName: "m_mac_netp_system_extension_activation_failure",
error: TestError.testError,
underlyingErrors: [TestError.underlyingError]),
file: #filePath,
line: #line)
fire(NetworkProtectionPixelEvent.networkProtectionUnhandledError(function: "function", line: 1, error: TestError.testError),
Expand Down

0 comments on commit c46b890

Please sign in to comment.