fix test error

This commit is contained in:
2025-10-10 03:09:34 +02:00
parent 40ffee4d56
commit 7bc9f1c987
3 changed files with 445 additions and 8 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ mock:
.PHONY: test
# Run tests
tests:
go test ./...
go test ./... -cover
.PHONY: run
# Start app in development environment