Skip to content

Commit ee43f6f

Browse files
committed
fix tests
1 parent 1cdd314 commit ee43f6f

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

api/grpc/mpi/v1/command_grpc.pb.go

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/grpc/mpi/v1/files_grpc.pb.go

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/resource/resource_service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ type ResourceService struct {
9595
agentConfig *config.Config
9696
instanceOperators map[string]instanceOperator // key is instance ID
9797
info host.InfoInterface
98+
manifestFilePath string
9899
resourceMutex sync.Mutex
99100
operatorsMutex sync.Mutex
100-
manifestFilePath string
101101
}
102102

103103
func NewResourceService(ctx context.Context, agentConfig *config.Config) *ResourceService {

0 commit comments

Comments
 (0)