glib-networking: correct test attr

This commit is contained in:
worldofpeace 2019-11-07 08:11:00 -05:00
parent 9693d3922b
commit 653d84b717

View file

@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
};
tests = {
installedTests = nixosTests.glib-networking;
installedTests = nixosTests.installed-tests.glib-networking;
};
};