Skip to content
This repository was archived by the owner on Feb 1, 2025. It is now read-only.

Commit 83f0d85

Browse files
committed
Minor test fix.
1 parent a80a7f1 commit 83f0d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/LinqToDB.EntityFrameworkCore.SqlServer.Tests/ToolsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace LinqToDB.EntityFrameworkCore.SqlServer.Tests
1717
public class ToolsTests : TestsBase
1818
{
1919
private readonly DbContextOptions _options;
20-
private DbContextOptions<NorthwindContext> _inmemoryOptions;
20+
private readonly DbContextOptions<NorthwindContext> _inmemoryOptions;
2121

2222
static ToolsTests()
2323
{

0 commit comments

Comments
 (0)