Skip to content

Commit b7c815a

Browse files
committed
Fix test
1 parent 2703b36 commit b7c815a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/private/test/image/asserts.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ load("//js:defs.bzl", "js_image_layer")
66
# buildifier: disable=function-docstring
77
def assert_tar_listing(name, actual, expected):
88
# Either of these two file sizes may be observed on a file like /js/private/test/image/bin
9-
sanitize_cmd = "sed -E 's/239[0-9]{2}|24[0-9]{3}/xxxxx/g'"
9+
sanitize_cmd = "sed -E 's/250[0-9]{2}|24[0-9]{3}/xxxxx/g'"
1010
actual_listing = "_{}_listing".format(name)
1111
native.genrule(
1212
name = actual_listing,

0 commit comments

Comments
 (0)