We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1bab40 commit 6d8b691Copy full SHA for 6d8b691
test/unit/test_session.py
@@ -1019,7 +1019,7 @@ def test_fail_to_read_schemas_from_invalid_cache(
1019
1020
def test_write_schemas_to_cache(session, temporary_valid_schema_cache):
1021
"""Write valid content to schema cache."""
1022
- expected_hash = "a98d0627b5e33966e43e1cb89b082db7"
+ expected_hash = "c8f8bdc59c415a5a96339647e45b751b"
1023
schemas, _ = session._read_schemas_from_cache(temporary_valid_schema_cache)
1024
1025
session._write_schemas_to_cache(schemas, temporary_valid_schema_cache)
0 commit comments