Skip to content

Commit

Permalink
Test.
Browse files Browse the repository at this point in the history
  • Loading branch information
hampusborgos committed Sep 8, 2023
1 parent f86a500 commit c0b0d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polls.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ test('Newer poll trends make sense', () => {
expect(parties['L'], `L in (${poll}) has less than 2.0% support`).toBeGreaterThan(1.9)
expect(parties['L'], `L in (${poll}) has more than 7.7% support`).toBeLessThan(7.7)

expect(parties['KD'], `KD in (${poll}) has less than 3.2% support`).toBeGreaterThan(3.1)
expect(parties['KD'], `KD in (${poll}) has less than 3.1% support`).toBeGreaterThan(3.0)
expect(parties['KD'], `KD in (${poll}) has more than 10.5% support`).toBeLessThan(10.5)

expect(parties['C'], `C in (${poll}) has less than 3.7% support`).toBeGreaterThan(3.7)
Expand Down

0 comments on commit c0b0d06

Please sign in to comment.