Skip to content

Commit f8c26a6

Browse files
0xcedCopilot
andauthored
Remove extra closing parenthesis at the end of the URL
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0e0bdc6 commit f8c26a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/PhenX.EntityFrameworkCore.BulkInsert.Tests/DbContainer/TestDbContainerPostgreSql.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class TestDbContainerPostgreSql(IMessageSink messageSink) : TestDbContain
2323
{
2424
public override DbProviderFactory DbProviderFactory => NpgsqlFactory.Instance;
2525

26-
// GeoSpatial support, using imresamu/postgis instead of postgis/postgis for arm64 support, see https://github.com/postgis/docker-postgis/issues/216#issuecomment-2936824962)
26+
// GeoSpatial support, using imresamu/postgis instead of postgis/postgis for arm64 support, see https://github.com/postgis/docker-postgis/issues/216#issuecomment-2936824962
2727
protected override PostgreSqlBuilder CreateBuilder() => new("imresamu/postgis:17-3.5");
2828

2929
protected override void Configure(DbContextOptionsBuilder optionsBuilder, string databaseName)

0 commit comments

Comments
 (0)