package renderer

import (
	"testing"
)

func TestRender(t *testing.T) {
	t.Error("Something wrong")
}