Тесты
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using CatHasPawsContratcs.Infrastructure;
|
||||
|
||||
namespace CatHasPawsTests.Infrastructure;
|
||||
|
||||
internal class ConfigurationDatabaseTest : IConfigurationDatabase
|
||||
{
|
||||
public string ConnectionString =>
|
||||
"Host=127.0.0.1;Port=5432;Database=CatHasPawsTest;Username=postgres;Password=postgres;";
|
||||
}
|
||||
Reference in New Issue
Block a user