Skip to content

Commit

Permalink
Update rules/efcore-in-memory-provider/rule.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JackDevAU authored Dec 1, 2023
1 parent 99d7175 commit b35bc1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rules/efcore-in-memory-provider/rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Attempting to mock the entire `DbContext` is a common mistake. This approach typ

::: bad
```csharp
// Example of an overly complex DbContext mock
var mockContext = new Mock<ApplicationDbContext>();
// Adding further mock setups...
```
Expand Down

0 comments on commit b35bc1b

Please sign in to comment.