From 43ca2ee6eb702460f7ab2e823289d20b697769ec Mon Sep 17 00:00:00 2001 From: Dokiy <49900744+Dokiys@users.noreply.github.com> Date: Wed, 12 Oct 2022 13:56:09 +0800 Subject: [PATCH] Update flag_test.go --- flag_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flag_test.go b/flag_test.go index 6e03582ff4..cd944172d1 100644 --- a/flag_test.go +++ b/flag_test.go @@ -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)", }, {