Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaiyarasiganeshalingam committed Nov 9, 2023
1 parent ebe9fff commit 49d57c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ target

# Ignore Gradle project-specific cache directory
.gradle
.idea

# Ignore Gradle build output directory
build
Expand Down
2 changes: 1 addition & 1 deletion ballerina/tests/test.bal
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ function testDeleteWorksheet() {
if response.statusCode != 404 {
test:assertFail(response.statusCode.toBalString());
}
} else if response is error {
} else {
test:assertFail(response.toString());
}
}
Expand Down

0 comments on commit 49d57c6

Please sign in to comment.