Skip to content

Commit

Permalink
Removed unneeded line
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsuh05 authored and alixander committed Dec 14, 2024
1 parent e2da1ea commit e2be343
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions d2compiler/compile_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e2be343

Please sign in to comment.