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