Skip to content

Commit

Permalink
go import
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaangiolillo committed Feb 16, 2022
1 parent 1bb7615 commit cac70a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command_test.go
Expand Up @@ -2059,7 +2059,7 @@ func TestFParseErrWhitelistSiblingCommand(t *testing.T) {
checkStringContains(t, output, "unknown flag: --unknown")
}

func TestContext(t *testing.T){
func TestContext(t *testing.T) {
root := &Command{}
if root.Context() == nil {
t.Error("expected root.Context() != nil")
Expand Down

0 comments on commit cac70a3

Please sign in to comment.