Skip to content

Commit a99f745

Browse files
Adobelsczechboy0
andauthored
Update Tests/ConfigurationTests/EnvironmentVariablesProviderTests.swift
Fix the order of macros used in a test case to align with the test target order. Co-authored-by: Honza Dvorsky <honza@apple.com>
1 parent e851e09 commit a99f745

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Tests/ConfigurationTests/EnvironmentVariablesProviderTests.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,8 @@ struct EnvironmentVariablesProviderTests {
6868
#expect(provider.debugDescription == expectedDebugDescription)
6969
}
7070

71-
@Test()
7271
@available(Configuration 1.0, *)
73-
func decodeBoolFromString() throws {
72+
@Test func decodeBoolFromString() throws {
7473
let sut = EnvironmentVariablesProvider.Snapshot.decodeBool
7574
let cases: [(expected: Bool?, input: [String])] = [
7675
(true, ["1"]),

0 commit comments

Comments
 (0)