Skip to content

Commit 80087ac

Browse files
author
Alejandro Ramirez
committed
Just adding a unicode character in there to make sure it is unicode safe.
1 parent fcc9535 commit 80087ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/exchange2010/fixtures.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
TEST_FOLDER = FolderFixture(
2020
id=u'AABBCCDDEEFF',
2121
change_key=u'GGHHIIJJKKLLMM',
22-
display_name=u'Conference Room',
22+
display_name=u'Conference Room',
2323
parent_id=u'FFEEDDCCBBAA',
2424
folder_type=u'Folder',
2525
)

0 commit comments

Comments
 (0)