MCPcopy
hub / github.com/dgraph-io/dgraph / TestParse2

Function TestParse2

schema/parse_test.go:227–232  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

225}
226
227func TestParse2(t *testing.T) {
228 reset()
229 result, err := Parse("")
230 require.NoError(t, err)
231 require.Nil(t, result.Preds)
232}
233
234func TestParse3_Error(t *testing.T) {
235 reset()

Callers

nothing calls this directly

Calls 2

resetFunction · 0.85
ParseFunction · 0.70

Tested by

no test coverage detected