Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 679ae60

Browse files
author
Meir Kriheli
committed
Remove debug from tests
1 parent 1b79969 commit 679ae60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bidi/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def test_explicit_with_upper_is_rtl(self):
6161
for storage, display in tests:
6262
for key, val in mappings.items():
6363
storage = storage.replace(key, val)
64-
self.assertEqual(get_display(storage, upper_is_rtl=True, debug=True), display)
64+
self.assertEqual(get_display(storage, upper_is_rtl=True), display)
6565

6666

6767
if __name__ == '__main__':

0 commit comments

Comments
 (0)