package test import ( "testing" "github.com/stretchr/testify/require" ) func TestDummy(t *testing.T) { var err error require.NoError(t, err) }