1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-15 18:57:01 +00:00

chore: cosmetic fixes

This commit is contained in:
Earl Warren 2025-09-04 18:58:14 +02:00
parent 8a7f760d3c
commit 39dd708768
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -63,7 +63,7 @@ func TestHandler(t *testing.T) {
base := fmt.Sprintf("%s%s", handler.ExternalURL(), urlBase)
defer func() {
t.Run("inpect db", func(t *testing.T) {
t.Run("inspect db", func(t *testing.T) {
db, err := handler.openDB()
require.NoError(t, err)
defer db.Close()