Skip to content

Commit 21de95a

Browse files
committed
Fixed unit-test packages
1 parent 14ee4f7 commit 21de95a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ run-unit-tests: $(GOBUILDDIR) $(SOURCES)
216216
golang:$(GOVERSION) \
217217
go test $(TESTVERBOSEOPTIONS) \
218218
$(REPOPATH)/pkg/apis/deployment/v1alpha \
219-
$(REPOPATH)/pkg/deployment \
220219
$(REPOPATH)/pkg/deployment/reconcile \
220+
$(REPOPATH)/pkg/deployment/resources \
221221
$(REPOPATH)/pkg/util/k8sutil \
222222
$(REPOPATH)/pkg/util/k8sutil/test
223223

0 commit comments

Comments
 (0)