Skip to content

Commit

Permalink
Update test description
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedSabthar committed Oct 18, 2024
1 parent 7ec4215 commit 97811f1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public void testCopybookWithoutArguments() throws IOException {
assertStringsWithoutWhiteSpace(output, message);
}

@Test(description = "Test copybook command with help flag")
@Test(description = "Test copybook tool type generation")
public void testCopybookTypeGeneration() throws IOException {
String[] args = {"-i", resourceDir.resolve("copybookDefinitions/valid/copybook.cob").toString(),
"-o", tmpDir.toString()};
Expand All @@ -112,7 +112,7 @@ public void testCopybookTypeGeneration() throws IOException {
Assert.assertTrue(output.contains("Ballerina record types are generated successfully and copied to"));
}

@Test(description = "Test copybook command with help flag")
@Test(description = "Test copybook tool type generation for implied decimal picture clause")
public void testCopybookTypeGenerationForImpliedDecimal() throws IOException {
String[] args = {"-i", resourceDir.resolve("copybookDefinitions/valid/copybook-1.cpy").toString(),
"-o", tmpDir.toString()};
Expand Down

0 comments on commit 97811f1

Please sign in to comment.