Skip to content

Commit

Permalink
Adjust test
Browse files Browse the repository at this point in the history
  • Loading branch information
alxjrvs committed Sep 24, 2024
1 parent 4d14284 commit 9090018
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/DicePoolsModel.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,10 @@ describe('DicePoolsModel.generateResult', () => {
modifiedRolls: {
'test-roll-id': {
rolls: customSidesRoll,
total: 0
total: 'r, a, n, d'
}
},
total: 0,
total: 'r, a, n, d',
type: DicePoolType.custom,
result: [customSidesRoll]
})
Expand Down

0 comments on commit 9090018

Please sign in to comment.