Skip to content

Commit

Permalink
fixed by hook
Browse files Browse the repository at this point in the history
  • Loading branch information
elonmallin committed Dec 4, 2023
1 parent fec57b5 commit 3ce800f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TestProvider/TestCases/TestClass.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export class TestClass implements ITestCase {
const duration = Date.now() - start;
const message = new TestMessage("Failed");
message.location = new Location(item.uri!, new Position(0, 0));
options.failed(item, new TestMessage('Failed'), duration);
options.failed(item, new TestMessage("Failed"), duration);

return false;
}
Expand Down

0 comments on commit 3ce800f

Please sign in to comment.