Skip to content

Commit

Permalink
Do not test POM content for CodestartKotlinTest
Browse files Browse the repository at this point in the history
The version when releasing will be different.
  • Loading branch information
gsmet committed Dec 13, 2024
1 parent 6617447 commit 6a49135
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class CodestartKotlinTest {
@Test
void testContent() throws Throwable {
codestartTest.checkGeneratedSource("org.acme.MyAction");
codestartTest.assertThatGeneratedFileMatchSnapshot(Language.KOTLIN, "pom.xml");
codestartTest.assertThatGeneratedFile(Language.JAVA, "pom.xml").exists();
codestartTest.assertThatGeneratedFileMatchSnapshot(Language.KOTLIN, "README.md");
codestartTest.assertThatGeneratedFileMatchSnapshot(Language.KOTLIN, "action.yml");
codestartTest.assertThatGeneratedFileMatchSnapshot(Language.KOTLIN, "action.docker.yml");
Expand Down

0 comments on commit 6a49135

Please sign in to comment.