Skip to content

Commit 39b0567

Browse files
committed
fixed failing tests
1 parent 475f8cd commit 39b0567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def test_api_controller_as_decorator(self):
8484
api_controller_instance = controller_type.get_api_controller()
8585
assert api_controller_instance.prefix == ""
8686
assert api_controller_instance.tags == ["any"]
87-
assert "abc" in SomeController.__module__
87+
assert "ninja_extra.controllers.base" in SomeController.__module__
8888
assert "tests.test_controller" in Some2Controller.__module__
8989
assert Some2Controller.get_api_controller()
9090

0 commit comments

Comments
 (0)