Skip to content

Commit

Permalink
fix test naming
Browse files Browse the repository at this point in the history
  • Loading branch information
willronchetti committed Aug 26, 2020
1 parent fa70d48 commit df7f425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/encoded/tests/test_ingestion_listener.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def test_ingestion_listener_should_remain_online(fresh_ingestion_queue_manager_f

@pytest.fixture
def mocked_familial_relations():
return [{'sample_pedigrees': [
return [{'samples_pedigree': [
{
'sample_name': 'sample_one',
'relationship': 'mother',
Expand Down

0 comments on commit df7f425

Please sign in to comment.