Skip to content

Commit 4865e1d

Browse files
committed
fix tests
1 parent 834a536 commit 4865e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_app/components.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ def get_foriegn_child_query():
182182

183183
@component
184184
def relational_query():
185-
relational_parent = use_query(get_relational_parent_query)
186185
foriegn_child = use_query(get_foriegn_child_query)
186+
relational_parent = use_query(get_relational_parent_query)
187187

188188
if not relational_parent.data or not foriegn_child.data:
189189
return

0 commit comments

Comments
 (0)