mirror of
https://github.com/fumiama/go-onebot-agent.git
synced 2026-06-05 02:00:23 +08:00
chore: remove useless param
This commit is contained in:
@@ -511,7 +511,7 @@ func (fakemem) Load(grp int64) []string {
|
||||
func TestAgent_system(t *testing.T) {
|
||||
ag := NewAgent(
|
||||
12345, 10, 10, time.Minute, "testname", "testsex", "testchar",
|
||||
"testd", &fakemem{}, false, false,
|
||||
"testd", &fakemem{}, false,
|
||||
)
|
||||
p, err := ag.system(PermRoleAdmin, 123)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user