Skip to content

Commit e235d9b

Browse files
committed
Rename test name
boolDecoderValuesForKeys -> valueForKeyOfBoolAndBoolArrayTypes
1 parent 5ba67cb commit e235d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ConfigurationTests/EnvironmentVariablesProviderTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ struct EnvironmentVariablesProviderTests {
6969
}
7070

7171
@available(Configuration 1.0, *)
72-
@Test func boolDecoderValuesForKeys() throws {
72+
@Test func valueForKeyOfBoolAndBoolArrayTypes() throws {
7373
let ep = EnvironmentVariablesProvider(
7474
environmentVariables: [
7575
"BOOL_TRUE": "true",

0 commit comments

Comments
 (0)