package workflow_builder import ( "testing" ) func TestGetGraph(t *testing.T) { w := WorflowDB{} w.LoadFrom("test-log", "") }