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):
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 ()
Original file line number Diff line number Diff 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 ):
You can’t perform that action at this time.
0 commit comments