gnome-photos: fix tests reference

This commit is contained in:
Jan Tojnar
2020-08-19 23:43:13 +02:00
parent c54bdc69ee
commit 4dd782f5dd
@@ -111,7 +111,7 @@ stdenv.mkDerivation rec {
}; };
tests = { tests = {
installed-tests = nixosTests.gnome-photos; installed-tests = nixosTests.installed-tests.gnome-photos;
}; };
}; };