Skip to content

Commit

Permalink
Add new lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramith-D-Rodrigo committed May 10, 2024

Verified

This commit was signed with the committer’s verified signature.
snyk-bot Snyk bot
1 parent 5fc44be commit c0a3531
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -19,4 +19,4 @@ import ballerina/test;
@test:Config{}
function smallTest() {
test:assertEquals(1, 1, "1 should be equal to 1");
}
}
Original file line number Diff line number Diff line change
@@ -19,4 +19,4 @@ import ballerina/test;
@test:Config{}
function smallTest() {
test:assertEquals(1, 1, "1 should be equal to 1");
}
}
Original file line number Diff line number Diff line change
@@ -29,4 +29,4 @@ function anotherSmallTest() {
@test:Config{}
function anotherSmallTest2() {
test:assertNotEquals(2, 3, "2 should not be equal to 3");
}
}
Original file line number Diff line number Diff line change
@@ -29,4 +29,4 @@ function anotherSmallTest() {
@test:Config{}
function anotherSmallTest2() {
test:assertNotEquals(2, 3, "2 should not be equal to 3");
}
}
Original file line number Diff line number Diff line change
@@ -23,4 +23,4 @@ function testMod() {
@test:Config{}
function testModTwo() {
test:assertEquals(1, 1, "1 should be equal to 1");
}
}
Original file line number Diff line number Diff line change
@@ -23,4 +23,4 @@ function testMod2() {
@test:Config{}
function testMod2Two() {
test:assertEquals(1, 1, "1 should be equal to 1");
}
}
Original file line number Diff line number Diff line change
@@ -23,4 +23,4 @@ function testMain() {
@test:Config{}
function testMainTwo() {
test:assertEquals(1, 1, "1 should be equal to 1");
}
}
Original file line number Diff line number Diff line change
@@ -34,4 +34,4 @@ function testFunction3() {
@test:Config {groups: ["g3"]}
function testFunction4() {
test:assertTrue(true, msg = "Failed!");
}
}
Original file line number Diff line number Diff line change
@@ -19,4 +19,4 @@ import ballerina/test;
@test:Config{}
function smallTest() {
test:assertEquals("no groups!", "no groups!", "message should be equal");
}
}

0 comments on commit c0a3531

Please sign in to comment.