Skip to content

Commit

Permalink
refactor: removing method mock
Browse files Browse the repository at this point in the history
  • Loading branch information
TauannyFurlanetto committed Sep 8, 2023
1 parent c8cf9b3 commit e2d0527
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests_unit/test__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ async def test_should_call_route_when_adding_callback_endpoint(self):
async def test_hook_to_callback_should_be_async_and_typed(self):
bd = BarterDude()
bd.add_endpoint = Mock()
bd._call_callback_endpoint = Mock()

hook = Mock()
bd.add_callback_endpoint(
Expand Down

0 comments on commit e2d0527

Please sign in to comment.