Skip to content

Commit

Permalink
Update app/scripts/migrations/120.2.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: jiexi <[email protected]>
  • Loading branch information
adonesky1 and jiexi authored Jul 31, 2024
1 parent 09c2ef6 commit 4033dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/migrations/120.2.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ describe('migration #120.2', () => {
expect(transformedState.data).toEqual(expectedState);
});

it('leavs "domains" state unchanged in SelectedNetworkController if "perDomainNetwork" property is not present in SelectedNetworkController state', async () => {
it('leaves "domains" state unchanged in SelectedNetworkController if "perDomainNetwork" property is not present in SelectedNetworkController state', async () => {
const oldState = {
SelectedNetworkController: {
domains: {
Expand Down

0 comments on commit 4033dbf

Please sign in to comment.