Skip to content

Commit d1ee6ac

Browse files
committed
test(model): Fix a typo in a test name
Signed-off-by: Martin Nonnenmacher <[email protected]>
1 parent 247b3de commit d1ee6ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model/src/test/kotlin/config/OrtConfigurationTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ class OrtConfigurationTest : WordSpec({
495495
}
496496
}
497497

498-
"support environmental variables" {
498+
"support environment variables" {
499499
val user = "user"
500500
val password = "password"
501501
val url = "url"

0 commit comments

Comments
 (0)