diff --git a/UnitTests.Core/BaseUnitTest.cs b/UnitTests.Core/BaseUnitTest.cs index acdd799..ae505bb 100644 --- a/UnitTests.Core/BaseUnitTest.cs +++ b/UnitTests.Core/BaseUnitTest.cs @@ -99,8 +99,8 @@ namespace UnitTests.Core { string commondbid = "0"; string tenantdbid = "1"; - string connectionstring = "server=localhost;port=5432;Database=common_410;User id=postgres;Password=Bizgaze@123"; - string tenantconnectionstring = "server=localhost;port=5432;Database=tenant_410;User id=postgres;Password=Bizgaze@123"; + string connectionstring = "server=localhost;port=5432;Database=common_94;User id=postgres;Password=Bizgaze@123"; + string tenantconnectionstring = "server=localhost;port=5432;Database=tenant_94;User id=postgres;Password=Bizgaze@123"; //Unibase.Web.Server.Startup(IConfiguration configuration); // DependencyConfig.Register(Unibase.Dependency.Enums.DIType.ServiceCollection); var container = DependencyConfig.GetContainer();