Skip to content

Commit 1ea4df5

Browse files
committed
fixup! workaround bogus name change
1 parent 2524158 commit 1ea4df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/patterns/test/pattern-limits.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ const runTests = (successCase, failCase) => {
223223
failCase(
224224
specimen,
225225
M.byteArray(harden({ byteLengthLimit: 999 })),
226-
'byteArray "[ArrayBuffer]" must not be bigger than 999',
226+
/byteArray "\[.*ArrayBuffer\]" must not be bigger than 999/,
227227
);
228228
}
229229
// numSetElementsLimit

0 commit comments

Comments
 (0)