Skip to content

Commit

Permalink
chore: fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightning00Blade committed Mar 27, 2024
1 parent 09aea06 commit 84cd97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bidiMapper/domains/network/NetworkStorage.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ describe('NetworkStorage', () => {
expect(event).to.exist;
});

it.only('should work with data url and global interception', async () => {
it('should work with data url and global interception', async () => {
networkStorage.addIntercept({
urlPatterns: [{type: 'pattern'}],
phases: [Network.InterceptPhase.BeforeRequestSent],
Expand Down

0 comments on commit 84cd97b

Please sign in to comment.