Skip to content

Commit

Permalink
Fix reproducibility of configuration cache test.
Browse files Browse the repository at this point in the history
  • Loading branch information
LambdAurora committed Oct 26, 2024
1 parent 13a1a89 commit ed1eca2
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 62 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class ConfigurationCacheFunctionalTest {

@Test
public void canRunTask() throws IOException {
var runner = new ScenarioRunner("configuration_cache", projectDir.toPath());
var runner = new ScenarioRunner("base_java", projectDir.toPath());
runner.setup();

Path testClassPath = runner.path("src/main/java/test/TestClass.java");
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit ed1eca2

Please sign in to comment.