Skip to content

Commit

Permalink
☔ Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
rixx committed Nov 9, 2019
1 parent ef89cfd commit 6db036b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/orga/views/test_orga_views_schedule.py
Expand Up @@ -18,7 +18,7 @@ def test_talk_list(orga_client, event, break_slot):
)
content = json.loads(response.content.decode())
assert response.status_code == 200
assert len(content['results']) == 1
assert len(content['results']) == 2
assert content['results'][0]['title']


Expand Down

0 comments on commit 6db036b

Please sign in to comment.