Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
yshalenyk committed Jun 21, 2024
1 parent fa64160 commit 12a729b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_publisher.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def setUp(self):
def test_publish(self):
package = self.publisher.package(self.data)
self.assertEqual(package["version"], self.config.version)
self.assertEqual(package["publisher"], self.config.publisher)
self.assertEqual(package["publisher"], {"name": self.config.publisher})
self.assertEqual(package["releases"][0]["ocid"], "ocid_prefix-1234")


Expand Down

0 comments on commit 12a729b

Please sign in to comment.