Skip to content

Commit

Permalink
Test of inline optional probability is less precise
Browse files Browse the repository at this point in the history
  • Loading branch information
ForrestWeiswolf committed Feb 8, 2019
1 parent acc502e commit c3d7335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/FormatSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ describe('Format', () => {
}
}

expect(count).toBeCloseTo(3000, -2)
expect(count).toBeCloseTo(3000, -3)
})

it('handles nonterminals inside inline optionals', () => {
Expand Down

0 comments on commit c3d7335

Please sign in to comment.