kiwimix/pkg/basetypes/calendar_test.go

14 lines
260 B
Go

package basetypes_test
import (
"testing"
"code.apps.glenux.net/glenux/kiwimix/pkg/basetypes"
"github.com/stretchr/testify/assert"
)
func TestCalendarFoo(t *testing.T) {
cal = basetypes.NewCalendar()
assert.Equal(t, cal, nil, "they should be equal")
}