summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2023-07-07 17:16:24 +0200
committergregor herrmann <gregoa@debian.org>2023-07-07 17:16:24 +0200
commitf34788b96e1cf39a572fc8509808fffcb2fce60e (patch)
tree9ef9f8cefec8f22d712a630387159f9f68e37b31
parent68f3dd2166bdfaf6910765ad11f2172f30530401 (diff)
Remove faulty testarchive/debian/0.12-3
Origin: vendor Bug: https://github.com/LibreCat/Catmandu-DBI/issues/35 Forwarded: https://github.com/LibreCat/Catmandu-DBI/issues/35 Bug-Debian: https://bugs.debian.org/1040534 Last-Update: 2023-07-07 Gbp-Pq: Name 1040534.patch
-rw-r--r--t/09-serializer-json-string.t2
1 files changed, 0 insertions, 2 deletions
diff --git a/t/09-serializer-json-string.t b/t/09-serializer-json-string.t
index 7c536e8..77b9076 100644
--- a/t/09-serializer-json-string.t
+++ b/t/09-serializer-json-string.t
@@ -30,8 +30,6 @@ lives_ok(
);
is($data, qq({"title":"café"}));
-
- ok(utf8::is_utf8($data));
}
{