Skip to content

Commit

Permalink
only one test
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion committed May 13, 2024
1 parent db98adc commit d68e97a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Tests/FeatherQuillTests/FeatureAvailabilityMetricsTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
@testable import FeatherQuill
import XCTest

//internal final class FeatureAvailabilityMetricsTests: XCTestCase {
// internal func testUserDefaultsMetrics() {
internal final class FeatureAvailabilityMetricsTests: XCTestCase {
internal func testUserDefaultsMetrics() {
// let expected = FeatureAvailabilityMetrics(
// userType: AudienceType.proSubscriber,
// probability: .random(in: 0 ..< 1)
Expand All @@ -41,5 +41,6 @@ import XCTest
// UserDefaults.standard.metrics(forKey: "testMetrics")
//
// XCTAssertEqual(expected, actual)
// }
//}
XCTAssert(true)
}
}

0 comments on commit d68e97a

Please sign in to comment.