Skip to content

Commit

Permalink
Trivial cosmetics.
Browse files Browse the repository at this point in the history
  • Loading branch information
netsettler committed Jul 10, 2020
1 parent 565320b commit 6fc9acd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/encoded/tests/test_embedding.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ def test_fictitous_embed(registry):
assert error is None


def test_get_item_if_you_can(content, dummy_request, threadlocals):
def test_get_item_or_none(content, dummy_request, threadlocals):
"""
Not necessarily the best place for this test, but test that the
`get_item_if_you_can` function works with multiple inputs
`get_item_or_none` function works with multiple inputs
"""
used_item = sources[0]
# all of these should get the full item
Expand Down

0 comments on commit 6fc9acd

Please sign in to comment.