Remove redundant line

s.StateEnabled variable already set to true above
This commit is contained in:
Eugene 2018-07-25 12:00:40 +03:00 committed by GitHub
parent d6e795c573
commit 82be39a218
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,6 @@ func TestContentWithMoreMentionsReplaced(t *testing.T) {
Username: "User Name",
}
s.StateEnabled = true
s.State.GuildAdd(&Guild{ID: "guild"})
s.State.RoleAdd("guild", &Role{
ID: "role",