From 9298ff82822ace265b810be5b12523d226a99cff Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Tue, 5 Aug 2025 00:04:55 -0400 Subject: [PATCH] Update test/test-utils/matchers/to-have-positional-tag.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- test/test-utils/matchers/to-have-positional-tag.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test-utils/matchers/to-have-positional-tag.ts b/test/test-utils/matchers/to-have-positional-tag.ts index d3a62b8ceef..a50a26f5c6d 100644 --- a/test/test-utils/matchers/to-have-positional-tag.ts +++ b/test/test-utils/matchers/to-have-positional-tag.ts @@ -73,7 +73,6 @@ export function toHavePositionalTag
( } // Check for equality with the provided object - if (matchingTags.length === 0) { return { pass: false,