Skip to content

Commit

Permalink
Update e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspofford-dfinity committed Jul 9, 2024
1 parent ce82dcf commit 910c174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests-quill/create_neuron.bash
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ teardown() {
SEND_OUTPUT="$(quill send stake.call --yes --insecure-local-dev-mode)"
assert_command echo "$SEND_OUTPUT" # replay the output so string matches work
echo "$SEND_OUTPUT"
assert_string_match "Method name: claim_or_refresh_neuron_from_account"
assert_string_match "Method name: manage_neuron"
NEURON_ID="$(echo "$SEND_OUTPUT" | grep -E ' neuron ' | sed 's/[^0-9]//g')"
echo "NEURON: $NEURON_ID"
assert_string_match "
Expand Down

0 comments on commit 910c174

Please sign in to comment.