Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Jul 4, 2022
1 parent 3af46e6 commit 8c959d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zoe/test/unitTests/zcf/test-zcf.js
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ test('burnLosses - offer safety violation no staged allocation', async t => {
),
{
message:
/The allocation after burning losses .* for the zcfSeat was not offer safe'/,
/The allocation after burning losses .* for the zcfSeat was not offer safe/,
},
);
t.truthy(zcfSeat.hasStagedAllocation());
Expand Down

0 comments on commit 8c959d6

Please sign in to comment.