Started lockable_test.go
parent
9d31394707
commit
7ebb519cd0
@ -0,0 +1,13 @@
|
|||||||
|
package graphvent
|
||||||
|
|
||||||
|
import (
|
||||||
|
"testing"
|
||||||
|
)
|
||||||
|
|
||||||
|
func TestLockableLink(t *testing.T) {
|
||||||
|
ctx := logTestContext(t, []string{"lockable", "signal"})
|
||||||
|
LockableType := NodeType("TEST_LOCKABLE")
|
||||||
|
err := ctx.RegisterNodeType(LockableType, []ExtType{LockableExtType})
|
||||||
|
fatalErr(t, err)
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue