Skip to content

Commit

Permalink
Reformat with newer version of prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Dec 4, 2023
1 parent 30385be commit b66fb9a
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,8 @@ describe("integration test: validator manual setup", () => {
);
// wait 5 seconds for nodes to sync
await new Promise((resolve) => setTimeout(resolve, 5000));
const validatorSessionKeys = await aliceApi.query.session.nextKeys(
stashAddress,
);
const validatorSessionKeys =
await aliceApi.query.session.nextKeys(stashAddress);
expect(validatorSessionKeys.toHex()).toBe(newKeys);
const nodeHasKeys = (await bobApi.rpc.author.hasSessionKeys(newKeys))
.isTrue;
Expand Down

0 comments on commit b66fb9a

Please sign in to comment.