Fix: failed uint test due to aria2 internal package

pull/247/head
HFO4 2020-02-22 12:30:57 +08:00
parent 8d9dee6e3d
commit 22cec36751
1 changed files with 1 additions and 1 deletions

View File

@ -2,10 +2,10 @@ package serializer
import (
model "github.com/HFO4/cloudreve/models"
"github.com/HFO4/cloudreve/pkg/aria2/rpc"
"github.com/HFO4/cloudreve/pkg/cache"
"github.com/jinzhu/gorm"
"github.com/stretchr/testify/assert"
"github.com/zyxar/argo/rpc"
"testing"
)