aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/clusterInfo5.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/resources/clusterInfo5.json')
-rw-r--r--src/test/resources/clusterInfo5.json18
1 files changed, 17 insertions, 1 deletions
diff --git a/src/test/resources/clusterInfo5.json b/src/test/resources/clusterInfo5.json
index 7612d10..37c1a13 100644
--- a/src/test/resources/clusterInfo5.json
+++ b/src/test/resources/clusterInfo5.json
@@ -1 +1,17 @@
-[{"cellId":"44","physicalCellId":3,"neighbours":"[]"},{"cellId":"48","physicalCellId":0,"neighbours":"[{\"physicalCellId\":3,\"cellId\":\"44\"}]"},{"cellId":"45","physicalCellId":310,"neighbours":"[{\"physicalCellId\":0,\"cellId\":\"48\"}]"}]
+[
+ {
+ "cellId": "44",
+ "physicalCellId": 3,
+ "neighbours": "[]"
+ },
+ {
+ "cellId": "48",
+ "physicalCellId": 0,
+ "neighbours": "[{\"physicalCellId\":3,\"cellId\":\"44\"}]"
+ },
+ {
+ "cellId": "45",
+ "physicalCellId": 310,
+ "neighbours": "[{\"physicalCellId\":0,\"cellId\":\"48\"}]"
+ }
+]