Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek's Macbook Pro authored and Abhishek's Macbook Pro committed May 11, 2024
1 parent eab09e3 commit 467ab4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/commands/test_annotate_and_test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class TestSymbol:
output_text = output_panel_view.substr(
sublime.Region(0, output_panel_view.size())
)
self.assertTrue(test_command in output_text)
self.assertEqual(test_command, output_text)

@patch("os.path.exists")
@patch("sublime.platform")
Expand Down

0 comments on commit 467ab4e

Please sign in to comment.