Skip to content

Commit

Permalink
remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
bergeron committed Jan 9, 2025
1 parent c3ebf62 commit ee9ffa9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11339,7 +11339,7 @@ describe('NetworkController', () => {
});
});

it.only('allows calling `getNetworkConfigurationByNetworkClientId` when subscribing to state changes containing new endpoints', async () => {
it('allows calling `getNetworkConfigurationByNetworkClientId` when subscribing to state changes containing new endpoints', async () => {
const network = buildCustomNetworkConfiguration({
chainId: '0x1' as Hex,
name: 'mainnet',
Expand Down

0 comments on commit ee9ffa9

Please sign in to comment.