Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
GillesTourreau committed Sep 3, 2024
1 parent 0ff5d49 commit 5f1d5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/WriteUnitTests.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public class CustomerRepository

Which use the following `DbContext` implementation:

```json
```csharp
public class DemoAppDbContext : DbContext
{
public DemoAppDbContext(DbContextOptions<DemoAppDbContext> options)
Expand Down

0 comments on commit 5f1d5cd

Please sign in to comment.