awslabs / dynein

DynamoDB CLI written in Rust.
https://github.com/awslabs/dynein
Apache License 2.0
360 stars 37 forks source link

test: use assert to check whether the command is succeeded #240

Closed ryota-sakamoto closed 3 months ago

ryota-sakamoto commented 4 months ago

Issue #, if available:

N/A

Description of changes:

Some tests are using output() which don't check whether the command is succeeded. In order to check succeeded, we need to use assert().success() instead.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.