Merge pull request #371 from meysamhadeli/fix/fix-ci-failed

fix: fix ci failed
This commit is contained in:
Meysam Hadeli 2026-02-19 23:32:27 +03:30 committed by GitHub
commit b67d000580
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

@ -152,4 +152,4 @@ public class CompleteRegisterPassengerTests : PassengerIntegrationTestBase
Fixture.Logger?.LogError("{Operation} failed after {MaxRetries} attempts", operation, maxRetries);
return false;
}
}
}