fix test
This commit is contained in:
parent
992b2231f5
commit
5d0fec3969
1 changed files with 3 additions and 3 deletions
|
@ -17,10 +17,10 @@
|
||||||
|
|
||||||
(deftest should-overlay-file211-withfs-and-get-file212-from-jar
|
(deftest should-overlay-file211-withfs-and-get-file212-from-jar
|
||||||
(is (=
|
(is (=
|
||||||
["folder21"
|
["file22"
|
||||||
|
"folder21"
|
||||||
"folder21/file211"
|
"folder21/file211"
|
||||||
"folder21/file212"
|
"folder21/file212"]
|
||||||
"file22"]
|
|
||||||
(sort
|
(sort
|
||||||
(map ftt/filter-path
|
(map ftt/filter-path
|
||||||
(sut/get-resources-recursive
|
(sut/get-resources-recursive
|
||||||
|
|
Loading…
Reference in a new issue