Skip to content

Commit

Permalink
js-test: set model to true
Browse files Browse the repository at this point in the history
  • Loading branch information
vhavlena committed Jan 2, 2025
1 parent fd03518 commit 61d142a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/js/src/high-level/high-level.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ describe('high-level', () => {
resetParams();
expect(getParam('pp.decimal')).toStrictEqual('false');
expect(getParam('timeout')).toStrictEqual('4294967295');
setParam('model', true);
});

it('proves x = y implies g(x) = g(y)', async () => {
Expand Down

0 comments on commit 61d142a

Please sign in to comment.