Skip to content

Commit

Permalink
making some adjustements to have the correct transformation
Browse files Browse the repository at this point in the history
  • Loading branch information
Shirazos7 committed Nov 8, 2024
1 parent 6da1b64 commit 382cfa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_metadata_software_Codemeta.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def test_similarity(self):
'ratio_mode': 'fast', # is that for latency
'F': 1,
})

essentials = list(filter(lambda e: not isinstance(e, MoveNode), diff))

self.assertLessEqual(len(essentials), 0, "Found differences between expected and transformed XML")
Expand Down

0 comments on commit 382cfa2

Please sign in to comment.