Skip to content

Commit

Permalink
Fix name test_merge_commit_sha_1 => test_merge_commit_sha
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Crocker <[email protected]>
  • Loading branch information
bcrocker15 committed Jun 19, 2021
1 parent 4eb4ede commit 6bf8f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/gitlab/test_pull_requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def test_head_commit(self):
== "59b1a9bab5b5198c619270646410867788685c16"
)

def test_merge_commit_sha_1(self):
def test_merge_commit_sha(self):
pr1 = self.project.get_pr(1)
pr12 = self.project.get_pr(12)
pr19 = self.project.get_pr(19)
Expand Down

0 comments on commit 6bf8f63

Please sign in to comment.