Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
aureamunoz committed Jun 25, 2020
1 parent cd4b23f commit 2daa9b0
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class AbsentConfigMapPropertiesTest {
.setApplicationVersion("0.1-SNAPSHOT")
.setRun(true)
.setExpectExit(true)
.setLogFileName("milog.log")
.setLogFileName("milog.log")
.setLogRecordPredicate(
r -> "io.quarkus.kubernetes.client.runtime.KubernetesConfigSourceProvider".equals(r.getLoggerName()))
.withConfigurationResource("application-demo.properties");
Expand All @@ -45,5 +45,4 @@ public void buildShouldFail() throws IOException {
assertThat(buildLogRecords).isNotEmpty();
}


}

0 comments on commit 2daa9b0

Please sign in to comment.