Skip to content

Commit

Permalink
remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNi245 committed Sep 8, 2023
1 parent f916af5 commit b71e6da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/e2e/optimismBedrockHandler.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ describe('Optimism Bedrock Handler', () => {
});
});

it.only('Returns valid string data from resolver', async () => {
it('Returns valid string data from resolver', async () => {
process.env.SIGNER_PRIVATE_KEY = signer.privateKey;

const mock = new MockAdapter(axios);
Expand Down
2 changes: 1 addition & 1 deletion test/gateway/signatureHandler.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ describe('Signature Handler', () => {

expect(resultString).to.equal(result);
});
it.only('Returns valid address from resolver', async () => {
it('Returns valid address from resolver', async () => {
process.env.SIGNER_PRIVATE_KEY = signer.privateKey;

const mock = new MockAdapter(axios);
Expand Down

0 comments on commit b71e6da

Please sign in to comment.