File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -190,8 +190,7 @@ def test_3_passport_functions(self):
190
190
self .test_1_passport_functions ()
191
191
192
192
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 ()
195
194
196
195
def test_5_zkevm_functions (self ):
197
196
self .test_3_zkevm_functions ()
Original file line number Diff line number Diff line change @@ -192,8 +192,8 @@ def test_4_imx_functions(self):
192
192
print ("=" * 60 )
193
193
print ("STARTING TEST: test_4_imx_functions" )
194
194
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" )
197
197
print ("=" * 60 )
198
198
199
199
def test_5_zkevm_functions (self ):
You can’t perform that action at this time.
0 commit comments