github.com/joselitofilho/goreleaser@v0.155.1-0.20210123221854-e4891856c593/internal/testlib/mktemp_test.go (about) 1 package testlib 2 3 import ( 4 "testing" 5 6 "github.com/stretchr/testify/require" 7 ) 8 9 func TestMkTemp(t *testing.T) { 10 require.NotEmpty(t, Mktmp(t)) 11 }