1 package testing 2 3 import ( 4 "testing" 5 6 "github.com/stretchr/testify/require" 7 ) 8 9 func TestInvalidJSON(t *testing.T) { 10 require.NotEmpty(t, InvalidJSONMessage) 11 } 12
View as plain text