diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-05-06 11:28:35 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-05-06 11:28:35 +0800 |
| commit | 2dd010b6813ad6c4b447cb9c1d4a60837d1a640b (patch) | |
| tree | 9713bde93edc5b7dacffeadc41e844bd0cbd3bce | |
| parent | 0f76e81efbfe355ab719da991a88825eb3a8ebae (diff) | |
Fix test with latest wording changes
| -rw-r--r-- | test.bats | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -68,7 +68,6 @@ export GIST_API_TOKEN='dd43dc9949a5b4a1d6c7''b779f13af357282016e4' | |||
| 68 | @test "The delete command should delete specified gists" { | 68 | @test "The delete command should delete specified gists" { |
| 69 | run ./gist delete 1 --force | 69 | run ./gist delete 1 --force |
| 70 | [ "$status" -eq 0 ] | 70 | [ "$status" -eq 0 ] |
| 71 | [ "${lines[0]}" = '1 deleted' ] | ||
| 72 | } | 71 | } |
| 73 | 72 | ||
| 74 | @test "The user command should get the list of public gists from a user" { | 73 | @test "The user command should get the list of public gists from a user" { |