summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2024-03-24 01:08:13 +0100
committergregor herrmann <gregoa@debian.org>2024-03-24 01:08:13 +0100
commit2eba2e5ca54b4fc49198ea63462597c227fc2384 (patch)
treec2cc4efe2265b4fb77db2268edee5536c1a2f5c2
parent7a5cb96aa952ae4ffe82c9cf4f06bf283b4e9abe (diff)
Remove faulty test
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));
}
{