Update test/test-utils/matchers/to-have-positional-tag.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Bertie690 2025-08-05 00:04:55 -04:00 committed by GitHub
parent 7e7ca6b3fa
commit 9298ff8282
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -73,7 +73,6 @@ export function toHavePositionalTag<P extends PositionalTagType>(
}
// Check for equality with the provided object
if (matchingTags.length === 0) {
return {
pass: false,