Removes an abusive assertion, that went wrong
All checks were successful
Dotnet build and test / build (pull_request) Successful in 10m58s

This commit is contained in:
Paul Schneider 2026-09-07 19:16:23 +01:00
commit 555087232c
Signed by: notazof
GPG key ID: 1DD5D838E5343B06
2 changed files with 4 additions and 2 deletions

5
.vscode/tasks.json vendored
View file

@ -47,7 +47,10 @@
"group": "build",
"isBuildCommand": true,
"isTestCommand": false,
"isBackground": true
"isBackground": true,
"options": {
"cwd": "${workspaceFolder}"
}
},
{
"label": "test blogs backend",