Skip to content

Commit

Permalink
it's late
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Baptiste-Camps committed Feb 16, 2024
1 parent c8d8a8c commit 37daa94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def test_load_texts(self):
{'name': 'Smith_Letter2.txt', 'aut': 'Smith', 'text': 'this is also the text', 'lang': 'NA'}
]

self.assertEqual(sorted(result), expected)
self.assertEqual(result, expected)

# Now down to more precise features
# First, testing the tuyau features
Expand Down

0 comments on commit 37daa94

Please sign in to comment.