(t *testing.T)
| 495 | } |
| 496 | |
| 497 | func loadJSONGoldenContract(t *testing.T) jsonGoldenContract { |
| 498 | t.Helper() |
| 499 | |
| 500 | return loadJSONContractFile(t, "testdata/json_contract/success_schemas.json", "golden schema fixture") |
| 501 | } |
| 502 | |
| 503 | func loadJSONContractFile(t *testing.T, file string, label string) jsonGoldenContract { |
| 504 | t.Helper() |
no test coverage detected