From 5c96871bbde2839a3601c374251ab9eecfe180db Mon Sep 17 00:00:00 2001 From: vbnt7143 Date: Mon, 9 Sep 2019 09:16:56 +0200 Subject: [PATCH] move test - remove comma --- src/core/config/Categories.json | 2 +- .../operations => tests/operations/tests}/ByteStringLiteral.mjs | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {test/tests/operations => tests/operations/tests}/ByteStringLiteral.mjs (100%) diff --git a/src/core/config/Categories.json b/src/core/config/Categories.json index 0c958a34..6fd6e791 100755 --- a/src/core/config/Categories.json +++ b/src/core/config/Categories.json @@ -60,7 +60,7 @@ "Parse TLV", "CSV to JSON", "JSON to CSV", - "To Byte String Literal", + "To Byte String Literal" ] }, { diff --git a/test/tests/operations/ByteStringLiteral.mjs b/tests/operations/tests/ByteStringLiteral.mjs similarity index 100% rename from test/tests/operations/ByteStringLiteral.mjs rename to tests/operations/tests/ByteStringLiteral.mjs