Skip to content

Commit

Permalink
Fix duplicated test
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Collins committed Sep 3, 2020
1 parent 264474b commit e5d6185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_find.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from labthings.extensions import BaseExtension


def test_current_labthing(thing, thing_ctx):
def test_current_labthing_explicit_app(thing, thing_ctx):
with thing_ctx.test_request_context():
assert find.current_labthing(thing.app) is thing

Expand Down

0 comments on commit e5d6185

Please sign in to comment.