Skip to content

Commit 910f6c5

Browse files
committed
chore: uncomment imx transfer tests
1 parent c76426f commit 910f6c5

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

sample/Tests/test/test_mac.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,7 @@ def test_3_passport_functions(self):
190190
self.test_1_passport_functions()
191191

192192
def test_4_imx_functions(self):
193-
# self.test_2_imx_functions()
194-
print("SKIPPING TEST: test_4_imx_functions") # TODO: Fix this test - needs NFTs to pass the test
193+
self.test_2_imx_functions()
195194

196195
def test_5_zkevm_functions(self):
197196
self.test_3_zkevm_functions()

sample/Tests/test/test_windows.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ def test_4_imx_functions(self):
192192
print("=" * 60)
193193
print("STARTING TEST: test_4_imx_functions")
194194
print("=" * 60)
195-
# self.test_2_imx_functions() # TODO: Fix this test - needs NFTs to pass the test
196-
print("SKIPPING TEST: test_4_imx_functions")
195+
self.test_2_imx_functions()
196+
print("COMPLETED TEST: test_4_imx_functions")
197197
print("=" * 60)
198198

199199
def test_5_zkevm_functions(self):

0 commit comments

Comments
 (0)