Skip to content

Commit 1e5ce5c

Browse files
committed
Update TestFlagAction/mixture
1 parent 646e048 commit 1e5ce5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2649,7 +2649,7 @@ func TestFlagAction(t *testing.T) {
26492649
{
26502650
name: "mixture",
26512651
args: []string{"app", "--f_string=app", "--f_uint=1", "--f_int_slice=1,2,3", "--f_duration=1h30m20s", "c1", "--f_string=c1", "sub1", "--f_string=sub1"},
2652-
exp: "app 1h30m20s [1 2 3] 1 c1 sub1 ",
2652+
exp: "sub1 1h30m20s [1 2 3] 1 sub1 sub1 ",
26532653
},
26542654
{
26552655
name: "flag_string_map",

0 commit comments

Comments
 (0)