diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/sch/core_test.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sch/core_test.clj b/test/sch/core_test.clj index 958a0e6..c615f5d 100644 --- a/test/sch/core_test.clj +++ b/test/sch/core_test.clj @@ -22,7 +22,7 @@ (:use (clojure test)) (:require [sch.core :refer [create-distribution-client-config deploy-artifacts-ex!]] [clj-fakes.core :as f]) - (:import (org.openecomp.sdc.utils DistributionStatusEnum)) + (:import (org.onap.sdc.utils DistributionStatusEnum)) ) |