Skip to content

Commit 870d8a2

Browse files
committed
CI: fix the assert import path
1 parent 3dec228 commit 870d8a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/provable/gadgets/runtime-table.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This module defines the `RuntimeTable` class, which represents a runtime table used in zk-SNARKs.
33
*/
44

5-
import { assert } from "console";
5+
import { assert } from '../../util/assert.js';
66
import { Field } from "../field.js";
77
import { Gates } from "../gates.js";
88

0 commit comments

Comments
 (0)