Removed unneeded line

This commit is contained in:
Daniel Suh 2024-09-16 23:18:53 -04:00 committed by Alexander Wang
parent e2da1eac16
commit e2be343198
No known key found for this signature in database
GPG key ID: BE3937D0D52D8927

View file

@ -1645,9 +1645,8 @@ a.style.fill: null
expErr: `d2/testdata/d2compiler/TestCompile/no_url_link_and_path_url_label_concurrently.d2:1:35: Label cannot be set to URL when link is also set (for security)`,
},
{
name: "url_link_and_path_url_label_ok",
text: `x -> y note: {link: https://not-google.com}`,
expErr: ``,
name: "url_link_and_path_url_label_ok",
text: `x -> y note: {link: https://not-google.com}`,
},
{
name: "url_link_and_path_url_label_concurrently",