Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored Jan 4, 2024
1 parent 047b5f4 commit a8c2345
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions test/test_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,8 @@ def test_zipname(self):
and also capital letters
"""
self.assertEqual(
"my_plugin-experimental.0.0.0.zip",
Parameters.archive_name("my_plugin", "0.0.0", True),
)

self.assertEqual(
"My_Plugin.0.0.0.zip", Parameters.archive_name("My_Plugin", "0.0.0", False)
"my_plugin.0.0.0.zip",
Parameters.archive_name("my_plugin", "0.0.0"),
)

with self.assertLogs(
Expand Down

0 comments on commit a8c2345

Please sign in to comment.