Skip to content

Commit

Permalink
removed only
Browse files Browse the repository at this point in the history
  • Loading branch information
freemanzMrojo committed Aug 26, 2024
1 parent 93bb595 commit d595346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/shard2/entrypoint.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ describe('EntryPoint', function () {
expect(error.message).to.match(/initCode failed or OOG/, error)
})

it.only('should not use banned ops during simulateValidation', async () => {
it('should not use banned ops during simulateValidation', async () => {
const salt = getRandomInt(1, 2147483648)
const op1 = await fillAndSign({
initCode: getAccountInitCode(accountOwner1.address, simpleAccountFactory, salt),
Expand Down

0 comments on commit d595346

Please sign in to comment.