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