diff options
Diffstat (limited to 't/20emit.t')
-rwxr-xr-x | t/20emit.t | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ foreach (TRANSACTIONS) { }; is_deeply( - xml_in(Encode::encode('utf8', $txn->to_xml)), + xml_in($txn->to_xml), xml_in($data) ); } |