Skip to content

Commit

Permalink
Deleting a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
v-nosulych committed Oct 23, 2024
1 parent d6ce4e9 commit 5733aca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_p4_exception_handling.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,5 @@ def test_p4_print_exception_in_sync(perforce_environment: P4TestEnvironment, std
def test_p4_print_exception_already_committed_shelve(perforce_environment: P4TestEnvironment, stdout_checker: FuzzyCallChecker):
cl = perforce_environment.vcs_client.make_a_change()
perforce_environment.settings.PerforceMainVcs.shelve_cls = [cl]

# This is not the 'already committed' case of Swarm review, so it actually should fail
perforce_environment.run(expect_failure=True)
stdout_checker.assert_has_calls_with_param(f"Change {cl} is already committed.")

0 comments on commit 5733aca

Please sign in to comment.