Skip to content

Commit

Permalink
fix: more new mia votes
Browse files Browse the repository at this point in the history
  • Loading branch information
friedger committed Apr 6, 2024
1 parent 04a3dad commit 01b13a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/proposals/ccip021-extend-sunset-period-2.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -538,9 +538,9 @@ Clarinet.test({
stacked: types.uint(250),
});
assertEquals(ccip021ExtendDirectExecuteSunsetPeriod.getVoterInfo(user2Id).result.expectSome().expectTuple(), {
mia: types.uint(220),
mia: types.uint(222),
nyc: types.uint(250),
total: types.uint(470),
total: types.uint(472),
vote: types.bool(true),
});

Expand Down Expand Up @@ -575,9 +575,9 @@ Clarinet.test({
stacked: types.uint(250),
});
assertEquals(ccip021ExtendDirectExecuteSunsetPeriod.getVoterInfo(user2Id).result.expectSome().expectTuple(), {
mia: types.uint(220),
mia: types.uint(222),
nyc: types.uint(250),
total: types.uint(470),
total: types.uint(472),
vote: types.bool(false),
});

Expand Down

0 comments on commit 01b13a2

Please sign in to comment.