Closed karthiksedoc closed 4 years ago
func TestGetName(t *testing.T) { G, _ := NewGraph("g9") graph := G.GetName() if graph == "" { t.Errorf("Empty graph returned, expecting graph: %v", graph) } }
@karthiksedoc So now you've got to go through the "basic" tests ^^ click on the travis link and fix em up.
Notes:
func TestGetName(t *testing.T) { G, _ := NewGraph("g9") graph := G.GetName() if graph == "" { t.Errorf("Empty graph returned, expecting graph: %v", graph) } }