Skip to content

Commit

Permalink
Fix for ktlint violation
Browse files Browse the repository at this point in the history
  • Loading branch information
uzzu committed Nov 25, 2023
1 parent 50670b0 commit dc8cf5a
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,10 @@ class ChangeDotEnvTemplateFileTest {
assertThat(error)
.isNotNull()
.messageContains(
"Could not read the dotenv template file specified in the gradle.properties. dotenv.template.filename: .env.exampururu"
buildString {
append("Could not read the dotenv template file specified in the gradle.properties.")
append(" dotenv.template.filename: .env.exampururu")
}
)
}

Expand Down

0 comments on commit dc8cf5a

Please sign in to comment.