Skip to content

Commit

Permalink
fix: lint fix in test
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziodemaria committed May 27, 2024
1 parent 68ace5c commit dc1de71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/ConfidenceTests/EventSenderEngineTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ final class EventSenderEngineTest: XCTestCase {
writeQueue = DispatchQueue(label: "ConfidenceWriteQueue")
uploaderMock = EventUploaderMock()
storageMock = EventStorageMock()
try await super.setUp()
}

func testPayloadOnEmit() throws {
Expand Down

0 comments on commit dc1de71

Please sign in to comment.