fix handler/testing test imports
Signed-off-by: Abhijit Hiremagalur <abhi@pivotallabs.com>
This commit is contained in:
parent
dc478a4ca8
commit
0e98f294a3
2 changed files with 5 additions and 5 deletions
|
@ -7,7 +7,7 @@ import (
|
|||
"testing"
|
||||
|
||||
//"github.com/drone/drone/database"
|
||||
. "github.com/drone/drone/database/testing"
|
||||
. "github.com/drone/drone/pkg/database/testing"
|
||||
//"github.com/drone/drone/handler"
|
||||
. "github.com/smartystreets/goconvey/convey"
|
||||
)
|
||||
|
|
|
@ -6,10 +6,10 @@ import (
|
|||
"net/url"
|
||||
"testing"
|
||||
|
||||
"github.com/drone/drone/database"
|
||||
. "github.com/drone/drone/database/testing"
|
||||
"github.com/drone/drone/handler"
|
||||
. "github.com/drone/drone/model"
|
||||
"github.com/drone/drone/pkg/database"
|
||||
. "github.com/drone/drone/pkg/database/testing"
|
||||
"github.com/drone/drone/pkg/handler"
|
||||
. "github.com/drone/drone/pkg/model"
|
||||
. "github.com/smartystreets/goconvey/convey"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue