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