From e2be343198d25173659f6170b5d45445778afa90 Mon Sep 17 00:00:00 2001 From: Daniel Suh <23denial@gmail.com> Date: Mon, 16 Sep 2024 23:18:53 -0400 Subject: [PATCH] Removed unneeded line --- d2compiler/compile_test.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/d2compiler/compile_test.go b/d2compiler/compile_test.go index ba49c8781..1b0702801 100644 --- a/d2compiler/compile_test.go +++ b/d2compiler/compile_test.go @@ -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",