mirror of
https://github.com/cubixle/codekata-golang.git
synced 2026-04-30 08:38:43 +01:00
42: update test
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user