This commit is contained in:
VicRen
2020-11-14 09:41:36 +08:00
parent 7e8be82829
commit 20b5ac7848
4 changed files with 62 additions and 0 deletions
+5
View File
@@ -21,6 +21,11 @@ func Test_isCompliance(t *testing.T) {
args{[]int{4, 2, 1}},
false,
},
{
"example_3",
args{[]int{5, 1, 2, 3}},
true,
},
}
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {