diff --git a/test/graph_construction_tests.jl b/test/graph_construction_tests.jl index e8ee2c9c..90b432fe 100644 --- a/test/graph_construction_tests.jl +++ b/test/graph_construction_tests.jl @@ -2011,10 +2011,10 @@ end @model function empty_array_model() x = [] + @test isempty(x) end model = create_model(empty_array_model()) do model, ctx return (;) end - @test model isa GraphPPL.Model end \ No newline at end of file