File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ def test_msg_withdraw_deprecation_warning(self):
5050 assert len (deprecation_warnings ) == 1
5151 assert str (deprecation_warnings [0 ].message ) == "This method is deprecated. Use msg_withdraw instead"
5252
53- def teste_coin_deprecation_warning (self ):
53+ def test_coin_deprecation_warning (self ):
5454 composer = Composer (network = Network .devnet ().string ())
5555
5656 with warnings .catch_warnings (record = True ) as all_warnings :
@@ -63,7 +63,7 @@ def teste_coin_deprecation_warning(self):
6363 assert len (deprecation_warnings ) == 1
6464 assert str (deprecation_warnings [0 ].message ) == "This method is deprecated. Use coin instead"
6565
66- def teste_order_data_deprecation_warning (self ):
66+ def test_order_data_deprecation_warning (self ):
6767 composer = Composer (network = Network .devnet ().string ())
6868
6969 with warnings .catch_warnings (record = True ) as all_warnings :
You can’t perform that action at this time.
0 commit comments