fix: fix ci failed

This commit is contained in:
Meysam Hadeli 2026-02-19 22:01:04 +03:30
parent 23b14eabe7
commit 43666a7dd3
2 changed files with 2 additions and 2 deletions

View File

@ -727,4 +727,4 @@ public abstract class TestBase<TEntryPoint, TWContext, TRContext> : TestFixtureC
}
public TestFixture<TEntryPoint, TWContext, TRContext> Fixture { get; }
}
}

View File

@ -166,4 +166,4 @@ public static class TestContainers
public int Port { get; set; } = 2113;
public string ImageName { get; set; } = "eventstore/eventstore:latest";
}
}
}