forked from forgejo/forgejo
Fix test
This commit is contained in:
parent
cc123c3448
commit
1013ced326
4 changed files with 12 additions and 6 deletions
|
@ -4,11 +4,12 @@
|
|||
|
||||
package queue
|
||||
|
||||
import "testing"
|
||||
import (
|
||||
"encoding/json"
|
||||
"testing"
|
||||
|
||||
import "github.com/stretchr/testify/assert"
|
||||
|
||||
import "encoding/json"
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
type testData struct {
|
||||
TestString string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue