Explorar el Código

Remove redundant line

s.StateEnabled variable already set to true above
Eugene hace 6 años
padre
commit
82be39a218
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      message_test.go

+ 0 - 1
message_test.go

@@ -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",