diff --git a/common/test/common_tests/types/decoder_test.clj b/common/test/common_tests/types/shape_decode_encode_test.cljc similarity index 99% rename from common/test/common_tests/types/decoder_test.clj rename to common/test/common_tests/types/shape_decode_encode_test.cljc index d1dc3f257..4e6bfbcae 100644 --- a/common/test/common_tests/types/decoder_test.clj +++ b/common/test/common_tests/types/shape_decode_encode_test.cljc @@ -4,7 +4,7 @@ ;; ;; Copyright (c) KALEIDOS INC -(ns common-tests.types.decoder-test +(ns common-tests.types.shape-decode-encode-test (:require [app.common.json :as json] [app.common.pprint :as pp]