Skip to content

Commit

Permalink
Add admin service unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jgknight committed Jun 28, 2024
1 parent 43791ca commit 3476e9d
Show file tree
Hide file tree
Showing 10 changed files with 1,038 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .mockery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ packages:
PermitDenyService:
config:
filename: "mock_permit_deny_test.go"
AdminService:
config:
filename: "mock_admin_test.go"
github.com/mk6i/retro-aim-server/foodgroup:
interfaces:
FeedbagManager:
Expand Down Expand Up @@ -103,4 +106,7 @@ packages:
filename: "mock_cookie_baker_test.go"
buddyBroadcaster:
config:
filename: "mock_buddy_broadcaster_test.go"
filename: "mock_buddy_broadcaster_test.go"
AccountManager:
config:
filename: "mock_account_manager_test.go"
Loading

0 comments on commit 3476e9d

Please sign in to comment.