Skip to content

Commit

Permalink
chore: Update file paths in test-generate-files.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehonal committed Aug 21, 2024
1 parent 6940923 commit 92e7aeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test-generate-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ teardown() {
@test "Check if the script processes the default configuration file" {
run bash ../generate-files.sh
[ "$status" -eq 0 ]
[ -f "../out/default.gpt-schema.yml" ]
[ -f "../out/default.gpt-instructions.md" ]
[ -f "./out/default.gpt-schema.yml" ]
[ -f "./out/default.gpt-instructions.md" ]
}

@test "Check if warnings are displayed for missing variables in dist file" {
Expand Down

0 comments on commit 92e7aeb

Please sign in to comment.