Skip to content

Commit

Permalink
used the wrong part of the UUID URI
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed Dec 11, 2024
1 parent 1800e0c commit 2e4e9c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import util::FileSystem;
import util::Reflective;
import util::UUID;

private loc testLibraryLoc = |memory://myTestLibrary-<uuid().path>/|;
private loc testLibraryLoc = |memory://myTestLibrary-<uuid().authority>/|;

test bool commonSuffixCommutative(list[str] a, list[str] b) = commonSuffix(a, b) == commonSuffix(b, a);
test bool cs1() = commonSuffix([], ["c"]) == 0;
Expand Down

0 comments on commit 2e4e9c1

Please sign in to comment.