Skip to content

Commit

Permalink
[IMP] Adjust test class
Browse files Browse the repository at this point in the history
  • Loading branch information
psugne committed Oct 14, 2024
1 parent 38cd331 commit 20ca58c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions product_multi_image/tests/test_product_multi_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@


class TestProductMultiImage(common.TransactionCase):
def setUp(self):
super().setUp()
@classmethod
def setUpClass(self):
super().setUpClass()
self.transparent_image = ( # 1x1 Transparent GIF
b"R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
)
Expand Down

0 comments on commit 20ca58c

Please sign in to comment.