Skip to content

Commit

Permalink
Fix for failing MSSQL tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Giorgi committed Sep 29, 2024
1 parent 43c1bb8 commit bfec677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EntityFramework.Exceptions.Tests/SqlServerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class SqlServerDemoContextFixture : DemoContextFixture<MsSqlContainer>
{
static SqlServerDemoContextFixture()
{
Container = new MsSqlBuilder().Build();
Container = new MsSqlBuilder().WithImage("mcr.microsoft.com/mssql/server:2022-latest").Build();
}

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

0 comments on commit bfec677

Please sign in to comment.