From fa75a3539f31a91f9d923b7c05c4ff30fa388582 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 9 Sep 2024 13:37:31 +0200 Subject: [PATCH] :paperclip: Rename shape decode encode test file --- .../types/{decoder_test.clj => shape_decode_encode_test.cljc} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename common/test/common_tests/types/{decoder_test.clj => shape_decode_encode_test.cljc} (99%) 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]