Skip to content

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
josemarinas committed Feb 12, 2024
1 parent 56ce2b8 commit a284d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/src/test/unit/networks.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import {
SupportedAliases,
SupportedNetworks,
} from '../../networks';
import {networks} from '../../networks/networks';
import {
getNetwork,
getNetworkAlias,
Expand All @@ -12,6 +11,7 @@ import {
getNetworkByNameOrAlias,
getNetworkNameByAlias,
} from '../../networks/getters';
import {networks} from '../../networks/networks';

describe('Deployments', () => {
describe('getNetwork', () => {
Expand Down

0 comments on commit a284d11

Please sign in to comment.