Add integration tests

This commit is contained in:
ThompsonNye
2024-08-04 11:35:30 +02:00
parent 5383c5d1b0
commit 03e31f4c52
14 changed files with 583 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ public static class GetCars
.WithTags("Cars");
}
public static async Task<IResult> Endpoint(
private static async Task<IResult> Endpoint(
ApplicationDbContext dbContext,
CancellationToken cancellationToken)
{