cmd, graphql, node: graphql flag polishes, les integration
This commit is contained in:
@ -22,8 +22,7 @@ import (
|
||||
|
||||
func TestBuildSchema(t *testing.T) {
|
||||
// Make sure the schema can be parsed and matched up to the object model.
|
||||
_, err := NewHandler(nil)
|
||||
if err != nil {
|
||||
if _, err := newHandler(nil); err != nil {
|
||||
t.Errorf("Could not construct GraphQL handler: %v", err)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user