Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Fix format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bobanm committed Sep 1, 2023
1 parent d2bc560 commit ae0cf98
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions framework/test/unit/modules/validators/endpoint.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,9 @@ describe('ValidatorsModuleEndpoint', () => {
},
});

await validatorsModule.stores
.get(BLSKeyStore)
.set(createStoreGetter(stateStore), blsKey, {
address: utils.getRandomBytes(ADDRESS_LENGTH),
});
await validatorsModule.stores.get(BLSKeyStore).set(createStoreGetter(stateStore), blsKey, {
address: utils.getRandomBytes(ADDRESS_LENGTH),
});

await expect(validatorsModule.endpoint.validateBLSKey(context)).resolves.toStrictEqual({
valid: false,
Expand Down

0 comments on commit ae0cf98

Please sign in to comment.