Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
SabrinaTardio committed Dec 17, 2024
1 parent 590f416 commit 511f3a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Sources/PixelExperimentKit/PixelExperimentKit.swift
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ extension PixelKit {
/// 2. Ensures the user is within the specified conversion window.
/// 3. Tracks actions performed and sends the pixel once the target value is reached (if applicable).
public static func fireExperimentPixelWhenReachingNumberOfCalls(for subfeatureID: SubfeatureID,
metric: String,
conversionWindowDays: ConversionWindow,
numberOfCalls: Int) {
metric: String,
conversionWindowDays: ConversionWindow,
numberOfCalls: Int) {
// Check is active experiment for user
guard let featureFlagger = ExperimentConfig.featureFlagger else {
assertionFailure("PixelKit is not configured for experiments")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ final class PixelExperimentKitTests: XCTestCase {
XCTAssertEqual(mockPixelStore.store.count, 0)
}


func testFireExperimentPixel_WithValidExperimentAndConversionWindowAndValue1() {
// GIVEN
let subfeatureID = "credentialsSaving"
Expand Down

0 comments on commit 511f3a8

Please sign in to comment.