Skip to content

Commit 43cb13f

Browse files
Build gates: Windows checksum expectations for test_udf_directory were stale � only the Linux hashes got updated when test_udf_init_once_file.py was added
1 parent bf74a74 commit 43cb13f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/unit/scala/test_utils_suite.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@ def test_calculate_checksum():
105105
if IS_WINDOWS:
106106
assert (
107107
calculate_checksum(test_files.test_udf_directory)
108-
== "7ff46b5f3765187c7355852811c92ff232feb2f7207a12f1ab6d0b921319643b"
108+
== "a72518e02fe61d2bfb6e54aa684b9af2da7845f4fb1a758c3c3974d35bf58d8f"
109109
)
110110
assert (
111111
calculate_checksum(test_files.test_udf_directory, algorithm="md5")
112-
== "f6c1984af9ece1bd68edf16ae1a7f992"
112+
== "34fa7ef3aa8ff5c19b328fcc8f601e1e"
113113
)
114114
else:
115115
assert (

0 commit comments

Comments
 (0)