This commit is contained in:
parent
30a165b35a
commit
9eaf69780a
@ -36,7 +36,7 @@ func TestSub(t *testing.T) {
|
||||
}{
|
||||
{A: 1, B: 0, Expected: 1},
|
||||
{A: 1, B: 1, Expected: 0},
|
||||
{A: 0, B: -5, Expected: -5},
|
||||
{A: 0, B: 5, Expected: -5},
|
||||
}
|
||||
|
||||
for _, test := range tc {
|
||||
|
Loading…
Reference in New Issue
Block a user