Include issue number in scenario name

This commit is contained in:
TwinProduction 2021-06-05 18:42:32 -04:00
parent f9d132c369
commit 5e00752c5a

View File

@ -119,7 +119,7 @@ func TestEval(t *testing.T) {
ExpectedError: false, ExpectedError: false,
}, },
{ {
Name: "partially-invalid-path", Name: "partially-invalid-path-issue122",
Path: "data.name.invalid", Path: "data.name.invalid",
Data: `{"data": {"name": "john"}}`, Data: `{"data": {"name": "john"}}`,
ExpectedOutput: "", ExpectedOutput: "",