Skip to content

Commit 1a25aae

Browse files
missing processing of the actuals to extract just the dir name
1 parent 7432ca4 commit 1a25aae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/Paket.Tests/FsiExtension.fs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ module FsiExtension =
4242
dirs
4343
|> Array.map (fun d -> d, d)
4444
|> ReferenceLoading.Internals.Logic.paketVersionSortForNugetCacheFolder
45+
|> Seq.map snd
46+
|> Seq.concat
47+
|> Seq.map fst
4548
|> Seq.toArray
4649
Assert.AreEqual(expected, actual)
4750

0 commit comments

Comments
 (0)