mirror of
https://github.com/harness/drone.git
synced 2025-05-05 04:49:32 +08:00
fix import ordering for mock classes
This commit is contained in:
parent
813d343f6a
commit
baec2451ad
@ -7,8 +7,8 @@ package mocks
|
|||||||
import (
|
import (
|
||||||
reflect "reflect"
|
reflect "reflect"
|
||||||
|
|
||||||
types "github.com/harness/scm/types"
|
|
||||||
gomock "github.com/golang/mock/gomock"
|
gomock "github.com/golang/mock/gomock"
|
||||||
|
types "github.com/harness/scm/types"
|
||||||
)
|
)
|
||||||
|
|
||||||
// MockClient is a mock of Client interface.
|
// MockClient is a mock of Client interface.
|
||||||
|
@ -8,8 +8,8 @@ import (
|
|||||||
context "context"
|
context "context"
|
||||||
reflect "reflect"
|
reflect "reflect"
|
||||||
|
|
||||||
types "github.com/harness/scm/types"
|
|
||||||
gomock "github.com/golang/mock/gomock"
|
gomock "github.com/golang/mock/gomock"
|
||||||
|
types "github.com/harness/scm/types"
|
||||||
)
|
)
|
||||||
|
|
||||||
// MockExecutionStore is a mock of ExecutionStore interface.
|
// MockExecutionStore is a mock of ExecutionStore interface.
|
||||||
|
Loading…
Reference in New Issue
Block a user