Files
oc-monitord/workflow_builder/graph_tests.go
T

11 lines
127 B
Go
Raw Normal View History

2024-08-02 13:34:39 +02:00
package workflow_builder
import (
"testing"
)
2025-02-05 08:36:26 +01:00
func TestGetGraph(t *testing.T) {
2024-08-02 13:34:39 +02:00
w := WorflowDB{}
2026-03-25 11:13:12 +01:00
w.LoadFrom("test-log")
2024-08-02 13:34:39 +02:00
}