Skip to content

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EntityFramework.Exceptions.Tests/SqlServerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class SqlServerDemoContextFixture : DemoContextFixture<MsSqlContainer>
3737
{
3838
static SqlServerDemoContextFixture()
3939
{
40-
Container = new MsSqlBuilder().Build();
40+
Container = new MsSqlBuilder().WithImage("mcr.microsoft.com/mssql/server:2022-latest").Build();
4141
}
4242

4343
protected override DbContextOptionsBuilder<DemoContext> BuildDemoContextOptions(DbContextOptionsBuilder<DemoContext> builder, string connectionString)

0 commit comments

Comments
 (0)