diff --git a/command_test.go b/command_test.go index 9730c6d..86098b9 100644 --- a/command_test.go +++ b/command_test.go @@ -3,10 +3,3 @@ package cli import ( "testing" ) - -func Test_True(t *testing.T) { - expect(t, true, true) -} - -func Test_Run(t *testing.T) { -}