mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
refactor: move GroupAddRemoveResponseService into GroupMemberUtils
(it's not a service)
This commit is contained in:
parent
bb8d5dcf12
commit
8d02af7b94
4 changed files with 4 additions and 4 deletions
|
|
@ -10,7 +10,7 @@ namespace PluralKit.Tests
|
|||
public class GroupAddRemoveResponseTests
|
||||
{
|
||||
private static Func<Groups.AddRemoveOperation, int, int, int, int, string>
|
||||
func = GroupAddRemoveResponseService.GenerateResponse;
|
||||
func = GroupMemberUtils.GenerateResponse;
|
||||
private static Groups.AddRemoveOperation addOp = Groups.AddRemoveOperation.Add;
|
||||
private static Groups.AddRemoveOperation removeOp = Groups.AddRemoveOperation.Remove;
|
||||
private static string success = Emojis.Success;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue