forked from pothtonswer/discordmuffin
Remove redundant line
s.StateEnabled variable already set to true above
This commit is contained in:
parent
d6e795c573
commit
82be39a218
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@ func TestContentWithMoreMentionsReplaced(t *testing.T) {
|
||||||
Username: "User Name",
|
Username: "User Name",
|
||||||
}
|
}
|
||||||
|
|
||||||
s.StateEnabled = true
|
|
||||||
s.State.GuildAdd(&Guild{ID: "guild"})
|
s.State.GuildAdd(&Guild{ID: "guild"})
|
||||||
s.State.RoleAdd("guild", &Role{
|
s.State.RoleAdd("guild", &Role{
|
||||||
ID: "role",
|
ID: "role",
|
||||||
|
|
Loading…
Reference in a new issue