mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-05 23:53:21 +00:00
Upgrade prettier (#409)
This commit is contained in:
@@ -24,7 +24,7 @@ describe("State Migration Service", () => {
|
||||
stateMigrationService = new StateMigrationService(
|
||||
storageService,
|
||||
secureStorageService,
|
||||
stateFactory
|
||||
stateFactory,
|
||||
);
|
||||
});
|
||||
|
||||
@@ -77,7 +77,7 @@ describe("State Migration Service", () => {
|
||||
storageService.received(1).save(
|
||||
"global",
|
||||
Arg.is((globals: GlobalState) => globals.stateVersion === StateVersion.Four),
|
||||
Arg.any()
|
||||
Arg.any(),
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user