Skip to content

Commit

Permalink
Update test/test_release.py
Browse files Browse the repository at this point in the history
Co-authored-by: Étienne Trimaille <gustrimaille@yahoo.fr>
  • Loading branch information
nirvn and Gustry authored Aug 1, 2024
1 parent 0ff1e8c commit f8104d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def test_release_changelog(self):

# License
self.assertGreater(
data.find(bytes(changelog_lastitems, "utf8")),
data.find(bytes(license_data, "utf8")),
0,
"GNU GENERAL PUBLIC LICENSE",
)
Expand Down

0 comments on commit f8104d2

Please sign in to comment.