Skip to content

Commit

Permalink
Test was broken before
Browse files Browse the repository at this point in the history
  • Loading branch information
keenangraham committed Feb 5, 2022
1 parent 4cf642b commit c543a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/encoded/tests/test_schema_library.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def test_library_biosample_and_mixed_biosample(testapp, library, biosample_1, bi
testapp.post_json('/library', library, status=201)
library.update({'mixed_biosamples': [biosample_1['@id'], biosample_2['@id']]})
testapp.post_json('/library', library, status=201)
library.update({'biosample': biosample_2})
library.update({'biosample': biosample_2['@id']})
testapp.post_json('/library', library, status=422)


Expand Down

0 comments on commit c543a00

Please sign in to comment.