From 32fb53c13342d5ad353c839b7ffd0ca85d14bd48 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Tue, 1 Dec 2020 11:48:20 -0800 Subject: Migrate sli-core files Migrate sli-core repo files into new directory "core". Signed-off-by: Jessica Wagantall --- .../provider/src/test/resources/ArrayMenu.json | 41 ---------------------- 1 file changed, 41 deletions(-) delete mode 100644 sliPluginUtils/provider/src/test/resources/ArrayMenu.json (limited to 'sliPluginUtils/provider/src/test/resources/ArrayMenu.json') diff --git a/sliPluginUtils/provider/src/test/resources/ArrayMenu.json b/sliPluginUtils/provider/src/test/resources/ArrayMenu.json deleted file mode 100644 index 26a24f292..000000000 --- a/sliPluginUtils/provider/src/test/resources/ArrayMenu.json +++ /dev/null @@ -1,41 +0,0 @@ -[{ - "id": "1", - "type": "pizza", - "name": "plain", - "calories": 1000, - "vegetarian": true - }, { - "id": "2", - "type": "pizza", - "name": "Tuesday Special", - "calories": null, - "vegetarian": false, - "topping": - [{ - "id": "1", - "name": "onion" - }, { - "id": "2", - "name": "pepperoni" - } - ] - }, { - "id": "3", - "type": "pizza", - "name": "House Special", - "calories": 1500, - "vegetarian": true, - "topping": - [{ - "id": "3", - "name": "basil" - }, { - "id": "4", - "name": "fresh mozzarella" - }, { - "id": "5", - "name": "tomato" - } - ] - } -] -- cgit 1.2.3-korg