Skip to content

Commit

Permalink
Update ballerina/tests/negative.bal
Browse files Browse the repository at this point in the history
  • Loading branch information
daneshk authored Dec 4, 2024
1 parent dc1ad87 commit 058cb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ballerina/tests/negative.bal
Original file line number Diff line number Diff line change
Expand Up @@ -252,4 +252,4 @@ function readCsvWithMissingValueAndOptionalField() {
string filePath = TEST_RESOURCE_PATH + "csvResourceFileWithEmptyValues.csv";
Employee8[]|Error out = fileReadCsv(filePath);
test:assertEquals((<Error>out).message(), "Field 'age' does not support nil value.");
}
}

0 comments on commit 058cb5f

Please sign in to comment.