MCPcopy Create free account
hub / github.com/dropbox/dbxcli / loadJSONGoldenContract

Function loadJSONGoldenContract

cmd/json_contract_test.go:497–501  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

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

Calls 1

loadJSONContractFileFunction · 0.85

Tested by

no test coverage detected