Skip to content

Commit 8338645

Browse files
committed
Use old test approach
Signed-off-by: Matheus Cruz <[email protected]>
1 parent 8ba9469 commit 8338645

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

core/integration-tests/src/test/java/io/quarkiverse/flow/it/FlowCodestartTest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ public class FlowCodestartTest {
2424

2525
@Test
2626
void testContent() throws Throwable {
27-
codestartTest.assertThatGeneratedFileMatchSnapshot(JAVA, "src/main/java/ilove/quark/us/HelloWorkflow.java");
28-
codestartTest.assertThatGeneratedFileMatchSnapshot(JAVA, "src/main/java/ilove/quark/us/HelloResource.java");
29-
codestartTest.assertThatGeneratedFileMatchSnapshot(JAVA, "src/main/java/ilove/quark/us/Message.java");
30-
codestartTest.assertThatGeneratedFileMatchSnapshot(JAVA, "src/test/java/ilove/quark/us/HelloResourceTest.java");
27+
codestartTest.checkGeneratedSource("org.acme.HelloWorkflow");
28+
codestartTest.checkGeneratedSource("org.acme.HelloResource");
29+
codestartTest.checkGeneratedSource("org.acme.Message");
30+
codestartTest.checkGeneratedTestSource("org.acme.HelloResourceTest");
3131
}
3232

3333
@Test

0 commit comments

Comments
 (0)