Skip to content

Commit

Permalink
Trying to cover all bases
Browse files Browse the repository at this point in the history
  • Loading branch information
alxjrvs committed Apr 17, 2024
1 parent 4df9a20 commit 0bb8eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/parse-arguments.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ describe('parseArguments', () => {
})

describe('with a complex value', () => {
const testString: DiceNotation<number> = `${coreTestString}R{5,2,<6}3`
const testString: DiceNotation<number> = `${coreTestString}R{5,2}3R{<6}`

test('returns a RollParameter matching the notation', () => {
expect(parseArguments(testString)).toMatchObject({
Expand Down

0 comments on commit 0bb8eed

Please sign in to comment.