Skip to content

Commit

Permalink
Move ext test to the right package
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel-Trintinalia committed Apr 26, 2023
1 parent 14d1fab commit 1bfd5de
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* SPDX-License-Identifier: Apache-2.0
*/
package net.consensys.linea.zktracer.module.alu.ext;
package net.consensys.linea.zktracer.corset.module.alu.ext;

import java.util.ArrayList;
import java.util.List;
Expand All @@ -22,6 +22,7 @@
import net.consensys.linea.zktracer.AbstractModuleTracerCorsetTest;
import net.consensys.linea.zktracer.OpCode;
import net.consensys.linea.zktracer.module.ModuleTracer;
import net.consensys.linea.zktracer.module.alu.ext.ExtTracer;
import org.apache.tuweni.bytes.Bytes32;
import org.apache.tuweni.units.bigints.UInt256;
import org.junit.jupiter.api.Assertions;
Expand Down

0 comments on commit 1bfd5de

Please sign in to comment.