Skip to content

Commit

Permalink
Fixed #2304
Browse files Browse the repository at this point in the history
  • Loading branch information
msrijita18 committed Apr 3, 2021
1 parent 7d21a59 commit 4baf967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/vcs/git/GitCommitBearTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def run_uut(self, *args, **kwargs):
def assert_no_msgs(self):
"""
Assert that there are no messages in the message queue of the bear, and
show the messages in the failure messgae if it is not empty.
show the messages in the failure message if it is not empty.
"""
self.assertTrue(
self.msg_queue.empty(),
Expand Down

0 comments on commit 4baf967

Please sign in to comment.