From 43666a7dd30586340af5b92f2e1b811dedf2e8f4 Mon Sep 17 00:00:00 2001 From: Meysam Hadeli Date: Thu, 19 Feb 2026 22:01:04 +0330 Subject: [PATCH] fix: fix ci failed --- src/BuildingBlocks/TestBase/TestBase.cs | 2 +- src/BuildingBlocks/TestBase/TestContainers.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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