diff --git a/test/clj/backtype/storm/util_test.clj b/test/clj/backtype/storm/utils_test.clj similarity index 97% rename from test/clj/backtype/storm/util_test.clj rename to test/clj/backtype/storm/utils_test.clj index 8c44ffed1..eb34e0575 100644 --- a/test/clj/backtype/storm/util_test.clj +++ b/test/clj/backtype/storm/utils_test.clj @@ -1,4 +1,4 @@ -(ns backtype.storm.util-test +(ns backtype.storm.utils-test (:import [backtype.storm Config]) (:import [backtype.storm.utils Utils]) (:import [com.netflix.curator.retry ExponentialBackoffRetry])