Skip to content

Commit 021f380

Browse files
committed
test: additional housekeeping
1 parent b1a072e commit 021f380

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_commit_gpg.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ def test_commit_signing(gpgsigned):
102102
parents = ["8496071c1b46c854b31185ea97743be6a8774479"]
103103

104104
# create commit string
105-
commit = repo.create_commit_string(
105+
commit_string = repo.create_commit_string(
106106
author, committer, message, tree, parents
107107
)
108-
assert commit == content
108+
assert commit_string == content
109109

110110
# create/retrieve signed commit
111111
oid = repo.create_commit_with_signature(content, gpgsig)

0 commit comments

Comments
 (0)