Skip to content

Commit

Permalink
fix(tests): update ANT in tests to use v8 ant
Browse files Browse the repository at this point in the history
  • Loading branch information
atticusofsparta committed Nov 13, 2024
1 parent 2d08c9a commit 1eff8a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/e2e/esm/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,8 @@ describe('e2e esm tests', async () => {
});

describe('ANT', async () => {
const processId = 'YcxE5IbqZYK72H64ELoysxiJ-0wb36deYPv55wgl8xo';
// ANT v8 source
const processId = 'oQ4GNTed8cnNw-H5olq606gCFd5MbGSV4NTmfpIW4FI';
const ant = ANT.init({
process: new AOProcess({
processId,
Expand Down

0 comments on commit 1eff8a9

Please sign in to comment.