Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed May 11, 2023
1 parent c1f6071 commit 7a97ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/babashka/fs_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@
(let [expected (fs/path "on-path/foo.cmd.bat")]
(is (= expected (fs/which "foo.cmd") (fs/which "foo.cmd.bat"))))))
(when windows?
(testing "on windows, can overide win extension search"
(testing "on windows, can override win extension search"
(let [expected (fs/path "on-path/foo.foo.ps1")]
(is (= expected (fs/which "foo.foo" {:win-exts ["ps1"]}))))))
(testing "custom path"
Expand Down

0 comments on commit 7a97ff9

Please sign in to comment.