Skip to content

Commit

Permalink
Update src/type.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Han <56001373+mhan83@users.noreply.github.com>
  • Loading branch information
tianfeng92 and mhan83 authored Feb 8, 2024
1 parent a7d2627 commit 0483748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export interface Property {
* Describes the structure of a failure in a JUnit test case.
* A failure typically indicates an assertion error or an unexpected result from the test logic.
*/
export interface failure {
export interface Failure {
// A summary or description of the failure encountered during test execution.
message: string;
// The classification or category of the failure, often indicating the nature of the assertion or error.
Expand Down

0 comments on commit 0483748

Please sign in to comment.