mfer/internal/bork/error_test.go

12 lines
144 B
Go
Raw Normal View History

2022-12-08 18:25:30 +00:00
package bork
import (
"testing"
"github.com/stretchr/testify/assert"
)
func TestBuild(t *testing.T) {
assert.NotNil(t, ErrMissingMagic)
}