Skip to content
This repository was archived by the owner on Feb 17, 2026. It is now read-only.

Commit c104f01

Browse files
beatrizChagaswevtimoteogaraujodev
committed
Rename HookManagerMock to HookManagerBehaviourMock
Co-authored-by: wevtimoteo <wevtimoteo@users.noreply.github.com> Co-authored-by: garaujodev <garaujodev@users.noreply.github.com>
1 parent f922bd5 commit c104f01

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

config/test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import Config
22

33
config :auto_formatter,
4-
hook_manager: AutoFormatter.HookManagerMock
4+
hook_manager: AutoFormatter.HookManagerBehaviourMock

test/test_helper.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Mox.defmock(AutoFormatter.HookManagerMock, for: AutoFormatter.HookManagerBehaviour)
1+
Mox.defmock(AutoFormatter.HookManagerBehaviourMock, for: AutoFormatter.HookManagerBehaviour)
22

33
ExUnit.start()

0 commit comments

Comments
 (0)