diff --git a/test/ComponentFunctions_test.jl b/test/ComponentFunctions_test.jl index 77ef3ab3..230c8583 100644 --- a/test/ComponentFunctions_test.jl +++ b/test/ComponentFunctions_test.jl @@ -20,9 +20,11 @@ using LinearAlgebra end end + j = (a,b,c,d,e,f,g) -> nothing + eundir = StaticEdge(; f=f, dim=2, coupling = :undirected) eundef = StaticEdge(; f=f, dim=2) - deundef = StaticDelayEdge(;f=f, dim=2) + deundef = StaticDelayEdge(;f=j, dim=2) mixed_edges = [eundef, eundef, deundef]