Skip to content

Commit

Permalink
✅ fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jcaillon committed Jul 3, 2024
1 parent 69d49f7 commit e72c80b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions tests.d/1103-self-release/results.approved.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Exit code: `0`
INFO Dry run mode is enabled, no changes will be made.
▶ called io::invoke git rev-parse HEAD
INFO The current version of valet is: 1.2.3.
INFO Found 100 functions with documentation.
INFO Found 102 functions with documentation.
▶ called io::invoke git tag --sort=version:refname --no-color
INFO The last tag is: v1.2.3.
▶ called io::invoke git log --pretty=format:%s v1.2.3..HEAD
Expand Down Expand Up @@ -176,9 +176,11 @@ DEBUG Found function: ⌜system::os⌝
DEBUG Found function: ⌜system::env⌝
DEBUG Found function: ⌜system::date⌝
DEBUG Found function: ⌜system::getUndeclaredVariables⌝
DEBUG Found function: ⌜system::getNotExistingCommands⌝
DEBUG Found function: ⌜system::commandExists⌝
DEBUG Found function: ⌜test::commentTest⌝
DEBUG Found function: ⌜test::endTest⌝
INFO Found 100 functions with documentation.
INFO Found 102 functions with documentation.
▶ called io::invoke rm -f $GLOBAL_VALET_HOME/docs/content/docs/300.libraries/array.md
▶ called io::invoke rm -f $GLOBAL_VALET_HOME/docs/content/docs/300.libraries/codes.md
▶ called io::invoke rm -f $GLOBAL_VALET_HOME/docs/content/docs/300.libraries/core.md
Expand All @@ -191,6 +193,8 @@ INFO Found 100 functions with documentation.
▶ called io::invoke rm -f $GLOBAL_VALET_HOME/docs/content/docs/300.libraries/string.md
▶ called io::invoke rm -f $GLOBAL_VALET_HOME/docs/content/docs/300.libraries/system.md
▶ called io::invoke rm -f $GLOBAL_VALET_HOME/docs/content/docs/300.libraries/test.md
▶ called io::writeToFileFromRef $GLOBAL_VALET_HOME/docs/content/docs/300.libraries/system.md
▶ called io::writeToFile $GLOBAL_VALET_HOME/docs/content/docs/300.libraries/system.md
▶ called io::writeToFileFromRef $GLOBAL_VALET_HOME/docs/content/docs/300.libraries/io.md
▶ called io::writeToFile $GLOBAL_VALET_HOME/docs/content/docs/300.libraries/io.md
▶ called io::writeToFileFromRef $GLOBAL_VALET_HOME/docs/content/docs/300.libraries/io.md
Expand Down Expand Up @@ -301,6 +305,8 @@ INFO Found 100 functions with documentation.
▶ called io::writeToFile $GLOBAL_VALET_HOME/docs/content/docs/300.libraries/io.md
▶ called io::writeToFileFromRef $GLOBAL_VALET_HOME/docs/content/docs/300.libraries/system.md
▶ called io::writeToFile $GLOBAL_VALET_HOME/docs/content/docs/300.libraries/system.md
▶ called io::writeToFileFromRef $GLOBAL_VALET_HOME/docs/content/docs/300.libraries/system.md
▶ called io::writeToFile $GLOBAL_VALET_HOME/docs/content/docs/300.libraries/system.md
▶ called io::writeToFileFromRef $GLOBAL_VALET_HOME/docs/content/docs/300.libraries/io.md
▶ called io::writeToFile $GLOBAL_VALET_HOME/docs/content/docs/300.libraries/io.md
▶ called io::writeToFileFromRef $GLOBAL_VALET_HOME/docs/content/docs/300.libraries/log.md
Expand Down
2 changes: 1 addition & 1 deletion tests.d/1300-valet-cli/results.approved.md
Original file line number Diff line number Diff line change
Expand Up @@ -1144,7 +1144,7 @@ COMMANDS
self test
Test your valet custom commands.
self update
Install or update valet using the latest release on GitHub.
Update valet using the latest release on GitHub.
```

Expand Down
2 changes: 1 addition & 1 deletion valet.d/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.18.301
0.18.308

0 comments on commit e72c80b

Please sign in to comment.