Skip to content

Commit

Permalink
[tests] Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Nov 18, 2023
1 parent fc4f41d commit db6d146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/bats/main.bats
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env bats

function setup() {
load "$HOME/Developments/SmartGic/shell-test/test_helper/bats-support/load"
load "$HOME/Developments/SmartGic/shell-test/test_helper/bats-assert/load"
load "$HOME/shell-testing/test_helper/bats-support/load"
load "$HOME/shell-testing/test_helper/bats-assert/load"
load ../../utils/constants.sh
load ../../utils/common.sh
LOG_FILE=/tmp/ovos-installer.log
Expand Down

0 comments on commit db6d146

Please sign in to comment.