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