summaryrefslogtreecommitdiff
path: root/t/20emit.t
diff options
context:
space:
mode:
Diffstat (limited to 't/20emit.t')
-rwxr-xr-xt/20emit.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/20emit.t b/t/20emit.t
index 8ce5c8a..e51f5e7 100755
--- a/t/20emit.t
+++ b/t/20emit.t
@@ -82,7 +82,7 @@ foreach (TRANSACTIONS) {
};
is_deeply(
- xml_in(Encode::encode('utf8', $txn->to_xml)),
+ xml_in($txn->to_xml),
xml_in($data)
);
}