Skip to content

Commit

Permalink
no assert
Browse files Browse the repository at this point in the history
  • Loading branch information
binaek committed Sep 21, 2023
1 parent bee80c6 commit e78a4b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/acceptance/test_files/check.bats
Original file line number Diff line number Diff line change
Expand Up @@ -229,13 +229,11 @@ load "$LIB_BATS_SUPPORT/load.bash"
@test "check all - export sps" {
cd $CONTROL_RENDERING_TEST_MOD
run steampipe check all --export sps --progress=false
assert_success
rm -f *.sps
}
@test "check all - export file.sps" {
cd $CONTROL_RENDERING_TEST_MOD
run steampipe check all --export file.sps --progress=false
assert_success
rm -f file.sps
}
@test "check single benchmark - export sps" {}
Expand Down

0 comments on commit e78a4b2

Please sign in to comment.