Skip to content

Commit 5a10816

Browse files
committed
tools: Fixed small unicode issue in config tests
1 parent 43bad7c commit 5a10816

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"K64F": {
3-
"exception_msg": "Additional properties are not allowed ('unknown_key' was unexpected)"
3+
"exception_msg": "Additional properties are not allowed (u'unknown_key' was unexpected)"
44
}
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"K64F": {
3-
"exception_msg": "Additional properties are not allowed ('unknown_key' was unexpected)"
3+
"exception_msg": "Additional properties are not allowed (u'unknown_key' was unexpected)"
44
}
55
}

0 commit comments

Comments
 (0)