Skip to content

Commit

Permalink
Add format string for parametrized test
Browse files Browse the repository at this point in the history
so that descriptions will appear properly
  • Loading branch information
atodorov authored and AdaJane committed Aug 24, 2023
1 parent b2795ee commit fe88b73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe("integration test: validator manual setup", () => {
["using a seed phrase", false],
["using an ecdsa key", true],
])(
"full validator cycle using manual setup",
"full validator cycle %s",
async (text, ecdsa) => {
// Bob's node is used for checking its configuration as a validator
// and for sending extrinsics using the CLI
Expand Down

0 comments on commit fe88b73

Please sign in to comment.