Skip to content

Commit

Permalink
GitCommitBearTest.py: Rename issue_last_line
Browse files Browse the repository at this point in the history
Related to #1362
  • Loading branch information
damngamerz committed Feb 1, 2017
1 parent a6b58d8 commit 55c8ce7
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 @@ -331,7 +331,7 @@ def test_check_issue_reference(self):
self.assertEqual(self.run_uut(
body_close_issue=True,
body_close_issue_full_url=True,
body_close_issue_last_line=True), [])
body_close_issue_on_last_line=True), [])
self.assert_no_msgs()

# Has keyword but no valid issue URL
Expand Down

0 comments on commit 55c8ce7

Please sign in to comment.