Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
NipunaRanasinghe committed Nov 13, 2024
1 parent 87732d1 commit 680dd55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public void testDebugLaunchWithNonBallerinaFiles() throws BallerinaTestException

@Test(description = "Debug engage test (launch mode), with special Ballerina project files as inputs " +
"(i.e. persist/model.bal, etc.)")
public void testDebugLaunchWithBallerinaToolFile() throws BallerinaTestException {
public void testDebugLaunchWithBallerinaToolFiles() throws BallerinaTestException {
String balPersistModelFile = "persist/model.bal";
debugTestRunner = new DebugTestRunner(TEST_PROJECT_NAME, balPersistModelFile, true);
Path breakpointFilePath = debugTestRunner.testProjectPath.resolve("hello_world.bal");
Expand Down

0 comments on commit 680dd55

Please sign in to comment.