From 0394f1931d59ac359e3289476a30a8e1c8bb411f Mon Sep 17 00:00:00 2001 From: David Cook Date: Fri, 6 Jun 2025 03:22:39 +0000 Subject: [PATCH] Bug 40087: Fix t/Scrubber.t unit test Remove "tag" and "staff" and add the missing "note" Signed-off-by: David Nind --- t/Scrubber.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/Scrubber.t b/t/Scrubber.t index 273b962313..42c1a074fc 100755 --- a/t/Scrubber.t +++ b/t/Scrubber.t @@ -4,7 +4,7 @@ use Modern::Perl; $| = 1; use Test::NoWarnings; -use Test::More tests => 32; +use Test::More tests => 27; use Test::Warn; BEGIN { @@ -23,7 +23,7 @@ sub pretty_line { my ( $scrubber, $html, $result, @types, $collapse ); $collapse = 1; -@types = qw(default comment tag staff); +@types = qw(default comment note); $html = q| -- 2.39.5