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
while cargo test migrate -- --nocapture; do :; done
results in errors such as
running 1 test
thread 'accounts::tests::test_migrate_account' panicked at 'called `Option::unwrap()` on a `None` value', src/accounts.rs:624:18
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
test accounts::tests::test_migrate_account ... FAILED
failures:
failures:
accounts::tests::test_migrate_account
test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 646 filtered out; finished in 0.46s
The text was updated successfully, but these errors were encountered:
Since commit 7d2cca8 running
results in errors such as
The text was updated successfully, but these errors were encountered: