Skip to content

Commit 280df83

Browse files
typo
1 parent a5f584a commit 280df83

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

utils/data_diff.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ def diff_obj(obj1: Any, obj2: Any, diff: dict, path: str = "") -> dict:
9191
type(obj1) == type(obj2) == str
9292
and obj2.endswith("Z")
9393
and obj1.endswith("+00:00")
94+
and obj2[:-1] == obj1[:-6]
9495
):
9596
return diff
9697

0 commit comments

Comments
 (0)