Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Dec 7, 2023
1 parent 21114e8 commit 4ea1f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pipelines/test_pipelines_fill_mask.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def run_large_test(self, unmasker):
)
simplified = nested_simplify(outputs, decimals=6)
self.assertEqual(
[{"sequence", x["sequence"][:100]} for x in simplified],
[{"sequence": x["sequence"][:100]} for x in simplified],
[
{"sequence": f"My name is,{dummy_str}"[:100]},
{"sequence": f"My name is:,{dummy_str}"[:100]},
Expand Down

0 comments on commit 4ea1f4d

Please sign in to comment.