Skip to content

Commit a938335

Browse files
mistakenly deleted
1 parent a86f98e commit a938335

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

e2e/tests-dfx/telemetry.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ teardown() {
7575
assert_command jq -se 'last | .command == "extension run" and (.parameters | any(.name == "@extension_name" and .value == "nns"))' "$log"
7676
n=$(jq -sr 'map(select(has("command"))) | length' "$log")
7777
assert_command dfx nns help
78+
# shellcheck disable=SC2016
7879
assert_command jq -se '(map(select(has("command"))) | length) == $n' --argjson n "$n" "$log"
7980
}
8081

0 commit comments

Comments
 (0)