mirror of
https://github.com/go-gitea/gitea.git
synced 2024-05-11 05:55:29 +00:00
Fix test
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user