Skip to content

Commit 3389d57

Browse files
author
jeanmon
committed
Fixing test
1 parent 0b8d1ac commit 3389d57

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

yarn-project/simulator/src/avm/opcodes/arithmetic.test.ts

-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ describe('Arithmetic Instructions', () => {
231231
});
232232

233233
describe.each([
234-
[new Field(200n), new Field(99n), new Field(2n), TypeTag.FIELD],
235234
[new Uint8(200n), new Uint8(99n), new Uint8(2n), TypeTag.UINT8],
236235
[new Uint16(200n), new Uint16(99n), new Uint16(2n), TypeTag.UINT16],
237236
[new Uint32(200n), new Uint32(99n), new Uint32(2n), TypeTag.UINT32],

0 commit comments

Comments
 (0)