We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70ab58e commit 69ff361Copy full SHA for 69ff361
1 file changed
src/harness/reference_models/dpa/move_list_test.py
@@ -222,7 +222,7 @@ def test_movelist_new_neighborhoods(self):
222
223
move_grants, nbor_grants = move_list.moveListConstraint(
224
point, 3600e6, 3610e6, grants,
225
- 50, 2000, -144, 3, (10, 20, 30, 40, 50, 60))
+ 50, 2000, -144, 3, (10, 20, 30, 40, 50, 60, 70, 80))
226
227
self.assertListEqual(nbor_grants, grants)
228
self.assertListEqual(move_grants, [])
@@ -238,7 +238,7 @@ def test_movelist_new_neighborhoods(self):
238
239
240
241
242
243
self.assertListEqual(nbor_grants, [])
244
0 commit comments