From 9fdf9e24b80cd757cde068ae15299196e0829818 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Wed, 10 Mar 2021 16:51:43 -0500 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=20JSON=20=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/resources/black_rock_test.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/resources/black_rock_test.json diff --git a/tests/resources/black_rock_test.json b/tests/resources/black_rock_test.json new file mode 100644 index 0000000..b608e34 --- /dev/null +++ b/tests/resources/black_rock_test.json @@ -0,0 +1,10 @@ +[ + { + "label_id": 603, + "user_name": "YUCHENG-L1" + }, + { + "label_id": 604, + "user_name": "YUCHENG-L2" + } +] \ No newline at end of file