Skip to content

Commit

Permalink
Update ballerina/tests/test.bal
Browse files Browse the repository at this point in the history
Co-authored-by: Ayesh Almeida <[email protected]>
  • Loading branch information
KATTA-00 and ayeshLK authored Aug 12, 2024
1 parent c754cff commit 803c7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ballerina/tests/test.bal
Original file line number Diff line number Diff line change
Expand Up @@ -295,4 +295,4 @@ isolated function testCancelFineTuningJob(TestData testData) returns error? {
// Assertions to verify response correctness.
test:assertEquals(jobResponse.id, fine_tuning_job_id, "Job id mismatched");
test:assertTrue(jobResponse.hasKey("object"), "Response does not have the key 'object'");
}
}

0 comments on commit 803c7aa

Please sign in to comment.