Skip to content

Commit

Permalink
minor test updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephanie You committed Nov 21, 2023
1 parent 2db2924 commit bd508ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions integration-tests/bats/helper/local-remote.bash
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ SKIP_SERVER_TESTS=$(cat <<-EOM
~cli-hosted.bats~
~profile.bats~
~ls.bats~
~reflog.bats~
~sql-reflog.bats~
EOM
)

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/bats/reflog.bats
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ SQL
@test "reflog: too many arguments given" {
run dolt reflog foo bar
[ "$status" -eq 1 ]
[[ "$output" =~ "error: reflog has too many positional arguments" ]]
[[ "$output" =~ "error: reflog has too many positional arguments" ]] || false
}

@test "reflog: unknown ref returns nothing" {
Expand Down

0 comments on commit bd508ee

Please sign in to comment.