Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
maxeeem committed Apr 27, 2024
1 parent 0334569 commit 6d63448
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tests/test_NAL/test_NAL2.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ def test_analogy_0(self):
'<gull <-> swan>. %1.00;0.90%',
20
)
for t in tasks_derived: print(t)
self.assertTrue(
output_contains(tasks_derived, '<gull --> swimmer>. %1.00;0.81%')
)
Expand Down

0 comments on commit 6d63448

Please sign in to comment.