Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jenjou committed Sep 17, 2024
1 parent cff5eec commit 50a7dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/igvfd/tests/test_types_model_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

def test_summary(testapp, model_set_no_input):
res = testapp.get(model_set_no_input['@id'])
assert res.json.get('summary') == 'predictive model v0.0.1 neural network targeting genes'
assert res.json.get('summary') == 'predictive model v0.0.1 neural network predicting genes'

0 comments on commit 50a7dc7

Please sign in to comment.