mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-10 18:53:58 +09: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