Skip to content

Commit 8dea993

Browse files
committed
Python: Update failing test
Seems the name for the codec changed between Python 2 and 3. :)
1 parent 49a3dd6 commit 8dea993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
| bad_encoding.py:11:19:11:19 | Encoding Error | 'utf8' codec can't decode byte 0x82 in position 82: invalid start byte |
1+
| bad_encoding.py:11:19:11:19 | Encoding Error | 'utf-8' codec can't decode byte 0x82 in position 82: invalid start byte |

0 commit comments

Comments
 (0)