fix: tests that were not compatible w/ new pocketbase version

This commit is contained in:
henrygd
2026-08-14 00:20:45 -04:00
parent ac4436bea3
commit 8450b40e0c
6 changed files with 22 additions and 16 deletions

View File

@@ -52,7 +52,7 @@ lint:
golangci-lint run
test:
go test -tags=testing ./...
go test -tags='testing no_ui' ./...
tidy:
go mod tidy