Skip to content

Commit

Permalink
test(scan): fix venom tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienaury committed Mar 27, 2024
1 parent 233797f commit 0618cf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/suites/02-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ testcases:
steps:
- script: silo scan ../silos/sparse < ../data/clients_sparse.jsonl
assertions:
- result.systemout ShouldContainSubstring "Scanned 3 rows, found 3 links"
- result.systemout ShouldContainSubstring "Scanned 3 rows, found 2 links"
- result.code ShouldEqual 0

- name: update silo
steps:
- script: silo scan ../silos/sparse < ../data/clients_sparse.jsonl
assertions:
- result.systemout ShouldContainSubstring "Scanned 3 rows, found 3 links"
- result.systemout ShouldContainSubstring "Scanned 3 rows, found 2 links"
- result.code ShouldEqual 0

- name: passthrough
Expand Down

0 comments on commit 0618cf5

Please sign in to comment.