We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd122f7 commit 053dabcCopy full SHA for 053dabc
Tests/OpenFeatureTests/FlagEvaluationTests.swift
@@ -5,10 +5,6 @@ import Combine
5
@testable import OpenFeature
6
7
final class FlagEvaluationTests: XCTestCase {
8
- override func setUp() {
9
- super.setUp()
10
- }
11
-
12
func testSingletonPersists() {
13
XCTAssertTrue(OpenFeatureAPI.shared === OpenFeatureAPI.shared)
14
}
Tests/OpenFeatureTests/HookSpecTests.swift
@@ -4,10 +4,6 @@ import XCTest
4
final class HookSpecTests: XCTestCase {
func testNoErrorHookCalled() {
let provider = NoOpProvider()
let readyExpectation = XCTestExpectation(description: "Ready")
0 commit comments