This commit is contained in:
Alexander Wang 2023-02-14 16:52:50 -08:00
parent a81ea842cf
commit 5a021b8918
No known key found for this signature in database
GPG key ID: D89FA31966BDBECE

View file

@ -344,7 +344,7 @@ x: {
} }
`, `,
assertions: func(t *testing.T, g *d2graph.Graph) { assertions: func(t *testing.T, g *d2graph.Graph) {
tassert.Equal(t, 3, len(g.Objects)) tassert.Equal(t, 4, len(g.Objects))
tassert.Equal(t, 1, len(g.Edges)) tassert.Equal(t, 1, len(g.Edges))
}, },
}, },