Skip to content

Commit

Permalink
test: debug venom test
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienaury committed Mar 25, 2024
1 parent 5763bdc commit 07c0834
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/suites/03-dump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ testcases:

- name: full silo
steps:
- script: silo dump ../silos/full | jq -r .uuid
- script: silo dump ../silos/full | jq -r '.uuid' | uniq | wc -l
assertions:
- result.systemout ShouldEqual "2"
- result.code ShouldEqual 0

- name: sparse silo
steps:
- script: silo dump ../silos/sparse | jq .uuid | uniq | wc -l
- script: silo dump ../silos/sparse | jq -r '.uuid' | uniq | wc -l
assertions:
- result.systemout ShouldEqual "1"
- result.code ShouldEqual 0

0 comments on commit 07c0834

Please sign in to comment.