Unverified Commit e301957b authored by Maximilian Bosch's avatar Maximilian Bosch Committed by GitHub
Browse files

Merge pull request #331848 from teutat3s/matrix-synapse-include-tests-wrapper

matrix-synapse: import tests in wrapper
parents 4a72f800 ad96650f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ stdenv.mkDerivation {
    unwrapped = matrix-synapse-unwrapped;

    # for backward compatibility
    inherit (matrix-synapse-unwrapped) plugins tools;
    inherit (matrix-synapse-unwrapped) plugins tests tools;
  };

  # Carry the maintainer, licenses, and various useful information.