diff --git a/tests/bats/functional_magerun_commands.bats b/tests/bats/functional_magerun_commands.bats index f626a3e0..0300c9d9 100755 --- a/tests/bats/functional_magerun_commands.bats +++ b/tests/bats/functional_magerun_commands.bats @@ -179,16 +179,16 @@ function cleanup_files_in_magento() { assert_output --partial "Password successfully changed" } -@test "Command: customer:delete" { - run $BIN "customer:delete" --fuzzy --email=foo --force - assert_output --partial "Successfully deleted 1 customer/s" -} - @test "Command: customer:add-address" { run $BIN "customer:add-address" foo@example.com base --firstname="John" --lastname="Doe" --street="Pariser Platz" --city="Berlin" --country="DE" --postcode="10117" --telephone="1234567890" --default-billing --default-shipping assert_output --partial "Address added successfully to customer foo@example.com" } +@test "Command: customer:delete" { + run $BIN "customer:delete" --fuzzy --email=foo --force + assert_output --partial "Successfully deleted 1 customer/s" +} + @test "Command: db:add-default-authorization-entries" { run $BIN "db:add-default-authorization-entries" assert_output --partial "OK"