File tree 3 files changed +5
-5
lines changed 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- import { migrate } from './156.2 ' ;
1
+ import { migrate } from './156.1 ' ;
2
2
3
- const expectedVersion = 156.2 ;
4
- const previousVersion = 155.1 ;
3
+ const expectedVersion = 156.1 ;
4
+ const previousVersion = 156 ;
5
5
6
6
describe ( `migration #${ expectedVersion } ` , ( ) => {
7
7
it ( 'does nothing if state has no KeyringController property' , async ( ) => {
Original file line number Diff line number Diff line change 1
1
import { hasProperty } from '@metamask/utils' ;
2
2
import { cloneDeep , isObject } from 'lodash' ;
3
3
4
- export const version = 156.2 ;
4
+ export const version = 156.1 ;
5
5
6
6
/**
7
7
* Remove `keyringsMetadata` from `KeyringController` state.
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ const migrations = [
185
185
require ( './154' ) ,
186
186
require ( './155' ) ,
187
187
require ( './156' ) ,
188
- require ( './156.2 ' ) ,
188
+ require ( './156.1 ' ) ,
189
189
require ( './157' ) ,
190
190
require ( './158' ) ,
191
191
] ;
You can’t perform that action at this time.
0 commit comments