Skip to content

Commit

Permalink
Update flag_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Dokiys committed Oct 12, 2022
1 parent b1b108a commit 43ca2ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flag_test.go
Expand Up @@ -440,7 +440,7 @@ func TestFlagStringifying(t *testing.T) {
},
{
name: "uint64-flag-with-default-text",
fl: &UintFlag{Name: "tubes", DefaultText: "13"},
fl: &Uint64Flag{Name: "tubes", DefaultText: "13"},
expected: "--tubes value\t(default: 13)",
},
{
Expand Down

0 comments on commit 43ca2ee

Please sign in to comment.