Bläddra i källkod

fixed unit tests.

master
Savorboard 7 år sedan
förälder
incheckning
3c06410cbb
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. +1
    -0
      test/DotNetCore.CAP.SqlServer.Test/TestHost.cs

+ 1
- 0
test/DotNetCore.CAP.SqlServer.Test/TestHost.cs Visa fil

@@ -29,6 +29,7 @@ namespace DotNetCore.CAP.SqlServer.Test

_connectionString = ConnectionUtil.GetConnectionString();
services.AddSingleton(new SqlServerOptions { ConnectionString = _connectionString });
services.AddSingleton(new CapOptions());
services.AddSingleton<SqlServerStorage>();

_services = services;


Laddar…
Avbryt
Spara