fix/partitioning-small-fix #21
@ -6,7 +6,7 @@ using Microsoft.Extensions.DependencyInjection;
|
||||
namespace DD.Persistence.Database.Postgres.Test;
|
||||
public class DbFixture : IDisposable
|
||||
{
|
||||
public string connectionString { get; }
|
||||
private string connectionString { get; }
|
||||
public ServiceProvider serviceProvider { get; private set; }
|
||||
|
||||
public DbFixture()
|
||||
|
@ -9,12 +9,10 @@ namespace DD.Persistence.Database.Postgres.Test;
|
||||
public class UnitTestCheckHyperTables : IClassFixture<DbFixture>
|
||||
{
|
||||
private ServiceProvider _serviceProvider;
|
||||
private string _connectionString;
|
||||
|
||||
public UnitTestCheckHyperTables(DbFixture fixture)
|
||||
{
|
||||
_serviceProvider = fixture.serviceProvider;
|
||||
_connectionString = fixture.connectionString;
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
Loading…
Reference in New Issue
Block a user