Unverified Commit 3909a3ff authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

syncthing: Add missing nixosTests to passthru.tests (#394466)

parents 1cd60ef6 9f97c585
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ let

      passthru = {
        tests = {
          inherit (nixosTests) syncthing syncthing-init syncthing-relay;
          inherit (nixosTests) syncthing syncthing-init syncthing-many-devices syncthing-no-settings syncthing-relay;
        };
        updateScript = nix-update-script { };
      };