Skip to content

Commit e5d6185

Browse files
author
Joel Collins
committed
Fix duplicated test
1 parent 264474b commit e5d6185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_find.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from labthings.extensions import BaseExtension
33

44

5-
def test_current_labthing(thing, thing_ctx):
5+
def test_current_labthing_explicit_app(thing, thing_ctx):
66
with thing_ctx.test_request_context():
77
assert find.current_labthing(thing.app) is thing
88

0 commit comments

Comments
 (0)