fix: rename unitTests to evalTests

This commit is contained in:
Ryan Yin
2024-03-13 21:47:23 +08:00
parent 5200f001c2
commit 6a9afbb9a2
6 changed files with 9 additions and 9 deletions

View File

@@ -31,7 +31,7 @@ in
inherit data; # for debugging purposes
# NixOS's unit tests.
unitTests = haumea.lib.loadEvalTests {
evalTests = haumea.lib.loadEvalTests {
src = ./tests;
inputs = args // {inherit outputs;};
};