From 273c14fbf25b0a47cd268bf6db8c92dbd69915f1 Mon Sep 17 00:00:00 2001 From: msrijita18 Date: Sat, 3 Apr 2021 15:47:09 +0530 Subject: [PATCH] GitCommitBearTest.py : Typo in line 50 messgae -> message Closes https://github.com/coala/coala-bears/issues/2304 --- tests/vcs/git/GitCommitBearTest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/vcs/git/GitCommitBearTest.py b/tests/vcs/git/GitCommitBearTest.py index 19dca7e9de..4788971a46 100644 --- a/tests/vcs/git/GitCommitBearTest.py +++ b/tests/vcs/git/GitCommitBearTest.py @@ -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(),