bearstonedev pushed a commit #4
Annotations
2 errors
test
cannot use func(shouldBe Assertions, args ...any) {…} (value of type func(shouldBe gotest.Assertions, args ...any)) as func(gotest.Assertions, []any) value in argument to Tests(t).Scenarios().Scenario("", 1, 1, 0).Scenario("1 - 2 should be -1", 1, 2, -1).Scenario("2 - 2 should be 0", 2, 2, 0).Scenario("1 - 0 should be 1", 1, 0, 1).Scenario("0 - 1 should be -1", 0, 1, -1).Test
|
test
Process completed with exit code 1.
|