Skip to content

Commit

Permalink
fake commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklasl authored Jan 10, 2024
1 parent 0d40dda commit 1ba2fe8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class FlagApplierWithRetriesTest: XCTestCase {
private let options = ConfidenceClientOptions(credentials: .clientSecret(secret: "test"))
private var storage = StorageMock()
private var httpClient = HttpClientMock()

Check warning on line 14 in Tests/ConfidenceProviderTests/FlagApplierWithRetriesTest.swift

View workflow job for this annotation

GitHub Actions / SwiftLint

Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
private let metadata = ConfidenceMetadata(name: "test-provider-name", version: "0.0.0.")

override func setUp() {
Expand Down

0 comments on commit 1ba2fe8

Please sign in to comment.