Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit eec54cf

Browse files
committed
1178 修改 test case
1 parent 07b28df commit eec54cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Algorithms/0321.create-maximum-number/create-maximum-number_test.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -102,16 +102,16 @@ func Test_choose(t *testing.T) {
102102
}{
103103

104104
{
105-
"5选前3",
105+
"6选3",
106106
args{
107-
[]int{9, 1, 7, 5, 2},
107+
[]int{8, 9, 1, 7, 5, 2},
108108
3,
109109
},
110110
[]int{9, 7, 5},
111111
},
112112

113113
{
114-
"5选后3",
114+
"5选3",
115115
args{
116116
[]int{5, 2, 7, 1, 9},
117117
3,

0 commit comments

Comments
 (0)