Skip to content

Commit

Permalink
remove unnecessary assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
udsamani committed Oct 6, 2024
1 parent 60482d3 commit d2219bd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/config_set_persistent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ testcase_config_set_is_persistent() {
subject ${BACALHAU} config set --config=./test-persistent.yaml 'NameProvider' $TEST_VALUE
assert_equal 0 $status

subject file ./test-persistent.yaml
assert_equal 0 $status

# Verify the contents of the config file
subject cat "./test-persistent.yaml | grep -i NameProvider"
assert_match "${TEST_VALUE}" "$stdout"
Expand Down

0 comments on commit d2219bd

Please sign in to comment.