Skip to content

Commit

Permalink
gix test that checks git origin setting
Browse files Browse the repository at this point in the history
  • Loading branch information
joelmccracken committed Nov 30, 2024
1 parent 97c0b5d commit 83b4718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ws_tool/test/settings.bats
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ setup (){
assert_regex "$WORKSTATION_CONFIG_FILE" .*/.config/workstation/config.sh
assert_regex "$WORKSTATION_SETTINGS_FILE" .*/.config/workstation/settings.sh
assert_regex "$WORKSTATION_DIR" .*/.config/workstation/src
assert [ "$WORKSTATION_REPO_GIT_ORIGIN" = 'git@github.com:joelmccracken/workstation.git' ]
assert [ "$WORKSTATION_REPO_GIT_ORIGIN" = 'https://github.com/joelmccracken/workstation.git' ]
assert [ "$WORKSTATION_VERBOSE" = false ]
assert [ "$WORKSTATION_LOG_LEVEL" = error ]
}
Expand Down

0 comments on commit 83b4718

Please sign in to comment.