Skip to content

Commit

Permalink
whoops - rm it.only
Browse files Browse the repository at this point in the history
  • Loading branch information
iAmMichaelConnor committed Jul 31, 2023
1 parent 1998e0b commit dad2a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/acir-simulator/src/public/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ describe('ACIR public execution simulator', () => {
});

describe('Parent/Child contracts', () => {
it.only('calls the public entry point in the parent', async () => {
it('calls the public entry point in the parent', async () => {
const parentContractAddress = AztecAddress.random();
const parentEntryPointFn = ParentContractAbi.functions.find(f => f.name === 'pubEntryPoint')!;
const parentEntryPointFnSelector = keccak(Buffer.from(parentEntryPointFn.name)).subarray(0, 4);
Expand Down

0 comments on commit dad2a3f

Please sign in to comment.