Use safe unpack in test

This commit is contained in:
armaniferrante 2020-09-24 23:44:15 -07:00 committed by Armani Ferrante
parent eb131ef2c5
commit 30c07036e4
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ fn mint() {
.unwrap()
.value
.unwrap();
Mint::unpack_unchecked(&account.data).unwrap()
Mint::unpack(&account.data).unwrap()
});
for mint in lsrm_nft_mints {