Skip to content

Commit

Permalink
[ci] Fix function_detect_scenario_found test
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Nov 26, 2023
1 parent 3a54cff commit bb2dde9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/bats/scenario.bats
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ function setup() {

@test "function_detect_scenario_found" {
RUN_AS_HOME=/home/$USER
run mkdir -p $RUN_AS_HOME/.config/ovos-installer
run touch $RUN_AS_HOME/.config/ovos-installer/$SCENARIO_NAME
detect_scenario
assert_equal "$SCENARIO_FOUND" "true"
Expand Down

0 comments on commit bb2dde9

Please sign in to comment.