Skip to content

Commit

Permalink
- Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pefernan committed Jan 7, 2025
1 parent c7a02c4 commit 3792ff0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ private List<String> getProvidedMavenProperties() {

@Test
public void testBPMN2HotReload() throws Exception {
testDir = initProject("projects/classic-inst", "projects/project-intrumentation-reload-bpmn");
testDir = initProject("projects/classic-inst", "projects/project-instrumentation-reload-bpmn");
String httpPort = run("testBPMN2HotReload");
assertThat(httpPort).isNotEmpty();

Expand Down Expand Up @@ -298,7 +298,7 @@ public void testBPMN2HotReload() throws Exception {

@Test
public void testDMNHotReload() throws Exception {
testDir = initProject("projects/classic-inst", "projects/project-intrumentation-reload-dmn");
testDir = initProject("projects/classic-inst", "projects/project-instrumentation-reload-dmn");
final String httpPort = run("testDMNHotReload");

final File controlSource = new File(testDir, "src/main/java/control/RestControl.java");
Expand Down Expand Up @@ -369,7 +369,7 @@ public void testDMNHotReload() throws Exception {

@Test
public void testDRLHotReload() throws Exception {
testDir = initProject("projects/classic-inst", "projects/project-intrumentation-reload-drl");
testDir = initProject("projects/classic-inst", "projects/project-instrumentation-reload-drl");
final String httpPort = run("testDRLHotReload");

final File controlSource = new File(testDir, "src/main/java/control/RestControl.java");
Expand Down

0 comments on commit 3792ff0

Please sign in to comment.