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:
parent
8a7f760d3c
commit
39dd708768
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue