You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Facing an error in the test cases while using scenario module. The compiler is giving an error while borrowing the scenario_val as a mutable reference since the scenario_val is an immutable varible
Facing an error in the test cases while using scenario module. The compiler is giving an error while borrowing the
scenario_val
as a mutable reference since thescenario_val
is an immutable varibleblackjack-sui/move/blackjack/tests/counter_tests.move
Line 29 in 941dbd0
Here is my
Move.toml
fileThe text was updated successfully, but these errors were encountered: