1
Fork 0

rename to unit test

This commit is contained in:
Motiejus Jakštys 2024-01-14 20:08:27 +02:00
parent fce0c341d2
commit 9700a24db5
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@
inherit (packages) geoip-archive;
};
checks.e11sync = packages.e11sync.passthru.tests.simple;
checks.e11sync-unit = packages.e11sync.passthru.tests.unit;
apps.e11sync-gunicorn = {
type = "app";

View File

@ -37,7 +37,7 @@ stdenv.mkDerivation {
--set GEOIP_PATH "${geoip-archive}"
'';
passthru.tests = {
simple =
unit =
runCommand "e11sync-test" {
src = self;
buildInputs = [