Skip to content

Commit

Permalink
chore: debugged test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Sep 15, 2021
1 parent 68bf1de commit a0dbd20
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,9 @@ def test_save_task_to_opencor_sedml_file(self):
],
data_generators=[
DataGenerator(id='data_generator_t', variables=[variables[0]], math=variables[0].id),
DataGenerator(id='data_generator_x', variables=[variables[1]], math=variables[1].id),
DataGenerator(id='data_generator_x_prime', variables=[variables[2]], math=variables[2].id),
DataGenerator(id='data_generator_sigma', variables=[variables[1]], math=variables[1].id),
DataGenerator(id='data_generator_x', variables=[variables[2]], math=variables[2].id),
DataGenerator(id='data_generator_x_prime', variables=[variables[3]], math=variables[3].id),
],
))
expected_doc.models[0].id = 'model'
Expand Down

0 comments on commit a0dbd20

Please sign in to comment.