@@ -104,13 +104,25 @@ def fixtures():
104
104
child2 .save ()
105
105
106
106
CellTower .drop_collection ()
107
- ct = CellTower (code = 'bar' , coverage_area = [[[
108
- [- 43.36556 , - 22.99669 ],
109
- [- 43.36539 , - 23.01928 ],
110
- [- 43.26583 , - 23.01802 ],
111
- [- 43.36717 , - 22.98855 ],
112
- [- 43.36636 , - 22.99351 ],
113
- [- 43.36556 , - 22.99669 ]]]])
107
+ ct = CellTower (
108
+ code = 'bar' ,
109
+ base = [[
110
+ [- 43.36556 , - 22.99669 ],
111
+ [- 43.36539 , - 23.01928 ],
112
+ [- 43.26583 , - 23.01802 ],
113
+ [- 43.36717 , - 22.98855 ],
114
+ [- 43.36636 , - 22.99351 ],
115
+ [- 43.36556 , - 22.99669 ]
116
+ ]],
117
+ coverage_area = [[[
118
+ [- 43.36556 , - 22.99669 ],
119
+ [- 43.36539 , - 23.01928 ],
120
+ [- 43.26583 , - 23.01802 ],
121
+ [- 43.36717 , - 22.98855 ],
122
+ [- 43.36636 , - 22.99351 ],
123
+ [- 43.36556 , - 22.99669 ]
124
+ ]]]
125
+ )
114
126
ct .save ()
115
127
ProfessorVector .drop_collection ()
116
128
professor_metadata = ProfessorMetadata (
@@ -148,4 +160,4 @@ def fixtures():
148
160
child3 .parent = child4 .parent = parent
149
161
child3 .save ()
150
162
child4 .save ()
151
- return True
163
+ return True
0 commit comments