Commit 16371ba0 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent a9f601a6
......@@ -196,7 +196,7 @@ class ENBTestCase(AmariTestCase):
'ncell_list_tail': cell['ncell_list'] [-len(self.ho_inter):]
}
want = {
'cell_id': cell['cell_id'] + 1,
'cell_id': cell['cell_id'],
'ncell_list_tail': self.ho_inter
}
assertMatch(self, have, want)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment