Skip to content

Commit

Permalink
test(model): Fix a typo in a test name
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Nonnenmacher <[email protected]>
  • Loading branch information
mnonnenmacher committed Oct 9, 2023
1 parent 247b3de commit d1ee6ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/src/test/kotlin/config/OrtConfigurationTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ class OrtConfigurationTest : WordSpec({
}
}

"support environmental variables" {
"support environment variables" {
val user = "user"
val password = "password"
val url = "url"
Expand Down

0 comments on commit d1ee6ac

Please sign in to comment.