DEBSOURCES
Skip Quicknav
sources / golang-github-go-openapi-runtime / 0.28.0-2 / internal / testing / data_test.go
1234567891011
package testing import ( "testing" "github.com/stretchr/testify/require" ) func TestInvalidJSON(t *testing.T) { require.NotEmpty(t, InvalidJSONMessage) }