File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
plugin-gradle/src/test/java/com/diffplug/gradle/spotless Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -310,7 +310,7 @@ void failureWhenExeNotFound() throws Exception {
310
310
var spotlessApply = gradleRunner ().withArguments ("--stacktrace" , "spotlessApply" ).buildAndFail ();
311
311
assertThat (spotlessApply .getOutput ()).contains ("Build failed with an exception" );
312
312
assertFile ("biome_test.js" ).sameAsResource ("biome/js/fileBefore.js" );
313
- assertThat (spotlessApply .getOutput ()).contains ("Could not create task ':spotlessMybiomeApply '" );
313
+ assertThat (spotlessApply .getOutput ()).contains ("Execution failed for task ':spotlessMybiome '" );
314
314
assertThat (spotlessApply .getOutput ()).contains ("Biome executable does not exist" );
315
315
}
316
316
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2023 DiffPlug
2
+ * Copyright 2023-2024 DiffPlug
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -310,7 +310,7 @@ void failureWhenExeNotFound() throws Exception {
310
310
var spotlessApply = gradleRunner ().withArguments ("--stacktrace" , "spotlessApply" ).buildAndFail ();
311
311
assertThat (spotlessApply .getOutput ()).contains ("Build failed with an exception" );
312
312
assertFile ("rome_test.js" ).sameAsResource ("rome/js/fileBefore.js" );
313
- assertThat (spotlessApply .getOutput ()).contains ("Could not create task ':spotlessMyromeApply '" );
313
+ assertThat (spotlessApply .getOutput ()).contains ("Execution failed for task ':spotlessMyrome '" );
314
314
assertThat (spotlessApply .getOutput ()).contains ("Biome executable does not exist" );
315
315
}
316
316
You can’t perform that action at this time.
0 commit comments