We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a86f98e commit a938335Copy full SHA for a938335
e2e/tests-dfx/telemetry.bash
@@ -75,6 +75,7 @@ teardown() {
75
assert_command jq -se 'last | .command == "extension run" and (.parameters | any(.name == "@extension_name" and .value == "nns"))' "$log"
76
n=$(jq -sr 'map(select(has("command"))) | length' "$log")
77
assert_command dfx nns help
78
+ # shellcheck disable=SC2016
79
assert_command jq -se '(map(select(has("command"))) | length) == $n' --argjson n "$n" "$log"
80
}
81
0 commit comments