style: format backend with dotnet format
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -110,9 +110,15 @@ public class ApplicationTests(WebApplicationFactory<Program> factory) : IClassFi
|
|||||||
|
|
||||||
private static Aanvraag Accepted(bool autoApprovable) => new()
|
private static Aanvraag Accepted(bool autoApprovable) => new()
|
||||||
{
|
{
|
||||||
Id = "x", Type = "registratie", Owner = "test",
|
Id = "x",
|
||||||
Submitted = true, AutoApprovable = autoApprovable, Referentie = "BIG-2026-1",
|
Type = "registratie",
|
||||||
SubmittedAt = DateTimeOffset.UtcNow, CreatedAt = DateTimeOffset.UtcNow, UpdatedAt = DateTimeOffset.UtcNow,
|
Owner = "test",
|
||||||
|
Submitted = true,
|
||||||
|
AutoApprovable = autoApprovable,
|
||||||
|
Referentie = "BIG-2026-1",
|
||||||
|
SubmittedAt = DateTimeOffset.UtcNow,
|
||||||
|
CreatedAt = DateTimeOffset.UtcNow,
|
||||||
|
UpdatedAt = DateTimeOffset.UtcNow,
|
||||||
};
|
};
|
||||||
|
|
||||||
[Fact]
|
[Fact]
|
||||||
|
|||||||
Reference in New Issue
Block a user