42: update test

This commit is contained in:
VicRen
2020-11-25 15:17:34 +08:00
parent 39a6ae56df
commit 33e5d4b47e
2 changed files with 14 additions and 7 deletions
+10
View File
@@ -86,6 +86,16 @@ func Test_isTriangleNumber(t *testing.T) {
args{29},
false,
},
{
"55",
args{55},
true,
},
{
"56",
args{56},
false,
},
}
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {