Skip to content

Commit

Permalink
fixup! test: update purse balance across upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Nov 28, 2023
1 parent 42286cb commit ca42577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vats/test/bootstrapTests/test-wallet-upgrade.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,5 +161,5 @@ test('update purse balance across upgrade', async t => {
'invitation balance after sending invitation',
findPurse(current).balance,
);
t.true(findPurse(current).balance.value.length >= 1, 'invitation count');
t.notDeepEqual(findPurse(current).balance.value, [], 'invitation set');
});

0 comments on commit ca42577

Please sign in to comment.