From a368e873e00d39e0ac5ee83af7f004747e49cf93 Mon Sep 17 00:00:00 2001 From: Eric Swanson <64809312+ericswanson-dfinity@users.noreply.github.com> Date: Thu, 28 Sep 2023 10:35:13 -0700 Subject: [PATCH] test: revert: pin mops to version that only writes package parameters to stdout (#3400) This reverts commit d2404ec7c60fa9a37cc70eb489a14509e8eee992 now that the extra output has been removed. --- e2e/tests-dfx/playground.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/tests-dfx/playground.bash b/e2e/tests-dfx/playground.bash index 25d04ade1d..c90316adb9 100644 --- a/e2e/tests-dfx/playground.bash +++ b/e2e/tests-dfx/playground.bash @@ -16,7 +16,7 @@ teardown() { setup_playground() { if ! command -v ic-mops &> /dev/null then - npm i -g ic-mops@0.27.1 + npm i -g ic-mops fi dfx_new hello create_networks_json