Skip to content

Commit a86f98e

Browse files
mistakenly deleted
1 parent e355da4 commit a86f98e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/tests-dfx/telemetry.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ teardown() {
7171
local log n
7272
log=$(dfx info telemetry-log-path)
7373
assert_command dfx extension install nns --version 0.3.1
74+
assert_command dfx nns import
7475
assert_command jq -se 'last | .command == "extension run" and (.parameters | any(.name == "@extension_name" and .value == "nns"))' "$log"
7576
n=$(jq -sr 'map(select(has("command"))) | length' "$log")
7677
assert_command dfx nns help
77-
# shellcheck disable=SC2016
7878
assert_command jq -se '(map(select(has("command"))) | length) == $n' --argjson n "$n" "$log"
7979
}
8080

0 commit comments

Comments
 (0)