Skip to content

Commit

Permalink
Fix unit test in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
begoon committed Dec 13, 2024
1 parent 432da49 commit d93264e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ foo:
test! {
name: env_var_functions,
justfile: r#"
p := env_var('USER')
p := env_var('USERNAME')
a1 := env_var_or_default('A_UNSET', 'DEFAULT')
a2 := env_var_or_default('A_SET_EMPTY', 'DEFAULT')
Expand Down

0 comments on commit d93264e

Please sign in to comment.