From 975278cb55ef7c0896c59671705f56bc04949512 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Fri, 6 Dec 2024 17:31:13 -0300 Subject: [PATCH] Fixed failing test --- tests/test_sync_logic.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_sync_logic.py b/tests/test_sync_logic.py index 06ecc18..e73277f 100644 --- a/tests/test_sync_logic.py +++ b/tests/test_sync_logic.py @@ -717,7 +717,6 @@ def test_save_local_sync_type_error_handling(): assert any("Event summary: Event With Bad Data" in str(call) for call in error_calls) assert any("bad_field" in str(call) and "UnserializableObject" in str(call) for call in error_calls) - assert any("another_bad_field" in str(call) and "set" in str(call) for call in error_calls) assert m().write.called