Skip to content

Commit

Permalink
test(rust): remove the reset on teardown for the bats tests
Browse files Browse the repository at this point in the history
  • Loading branch information
etorreborre authored and polvorin committed Nov 29, 2023
1 parent 8f9a64d commit e4a3709
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ teardown_home_dir() {
cp -r "$OCKAM_HOME/." "$HOME/.bats-tests"
fi
run $OCKAM node delete --all --force --yes
run $OCKAM reset -y
done
}

Expand Down

0 comments on commit e4a3709

Please sign in to comment.