Skip to content

Commit 8c4dc97

Browse files
committed
Fix issues with imports.
1 parent 54d4a77 commit 8c4dc97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/test_helpers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ def create_random_category(db: AsyncSession) -> Category:
2525
title = random_lower_string()
2626
description = random_lower_string()
2727
obj_in = CreateCategory(title=title, description=description, id=id)
28-
return post.create(db=db, obj_in=obj_in)
28+
return category.create(db=db, obj_in=obj_in)

0 commit comments

Comments
 (0)