Skip to content

Commit 90ad775

Browse files
committed
Fix unit test
1 parent f034088 commit 90ad775

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ lib.runTests {
148148
''));
149149
expected = __toJSON {
150150
name = "ghcjs-overlay";
151-
repoContents = "/nix/store/gzjj6rjjgvkm5midldy292ghbq7hszna-ghcjs-overlay";
151+
repoContents = "/nix/store/2gimg55rlc60pjiimpww10zflyf1bqh9-ghcjs-overlay";
152152
repo = {
153-
ghcjs-overlay = "/nix/store/gzjj6rjjgvkm5midldy292ghbq7hszna-ghcjs-overlay";
153+
ghcjs-overlay = "/nix/store/2gimg55rlc60pjiimpww10zflyf1bqh9-ghcjs-overlay";
154154
};
155155
hackage = {
156156
Cabal = {

0 commit comments

Comments
 (0)