diff --git a/src/BuildingBlocks/TestBase/TestBase.cs b/src/BuildingBlocks/TestBase/TestBase.cs index 2cdfd4f..8dca556 100644 --- a/src/BuildingBlocks/TestBase/TestBase.cs +++ b/src/BuildingBlocks/TestBase/TestBase.cs @@ -727,4 +727,4 @@ public abstract class TestBase : TestFixtureC } public TestFixture Fixture { get; } -} +} \ No newline at end of file diff --git a/src/BuildingBlocks/TestBase/TestContainers.cs b/src/BuildingBlocks/TestBase/TestContainers.cs index 3dca53d..ff4a724 100644 --- a/src/BuildingBlocks/TestBase/TestContainers.cs +++ b/src/BuildingBlocks/TestBase/TestContainers.cs @@ -166,4 +166,4 @@ public static class TestContainers public int Port { get; set; } = 2113; public string ImageName { get; set; } = "eventstore/eventstore:latest"; } -} +} \ No newline at end of file