Files
dolt/nomdl/codegen/test/clobber_test.go
T
2016-02-08 23:15:09 -08:00

14 lines
217 B
Go

package test
import (
"testing"
"github.com/attic-labs/noms/nomdl/codegen/test/gen"
"github.com/stretchr/testify/assert"
)
func TestClobber(t *testing.T) {
l := gen.NewListOfListOfBlob()
assert.NotNil(t, l)
}