Skip to content

Commit

Permalink
update clock extent for runtime test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanzong committed Jan 29, 2024
1 parent 4977ba8 commit b095709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-runtime/animation.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@ describe('time encoding animations', () => {

const anim_clock = await page.evaluate(getSignal('anim_clock'));

expect(anim_clock).toBeLessThan(max_range_extent);
expect(anim_clock).toBeLessThanOrEqual(max_range_extent);
}, 10000);
});

0 comments on commit b095709

Please sign in to comment.