Skip to content

Commit 3e88c79

Browse files
committed
Add unicode example to tests
1 parent e02b5ce commit 3e88c79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_suite_extractor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def test_single_fqdn(self):
2525

2626
def test_single_fqdn_as_unicode(self):
2727
self.assertEqual(
28-
self.extractor.check_string(value="www.google.de"),
28+
self.extractor.check_string(value="www.m\u00fcnchen.de"),
2929
"fqdn",
3030
"FQDN single string: wrong data type.",
3131
)

0 commit comments

Comments
 (0)