package bork import ( "testing" "github.com/stretchr/testify/assert" ) func TestBuild(t *testing.T) { assert.NotNil(t, ErrMissingMagic) }