From 82dae0cf89d8ee57e3cbe703f33bb0231f1cf4bc Mon Sep 17 00:00:00 2001 From: swag Date: Fri, 25 Nov 2022 02:31:22 -0500 Subject: [PATCH] For consistency --- t/thread.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/thread.t b/t/thread.t index 427737b..3ff44f7 100644 --- a/t/thread.t +++ b/t/thread.t @@ -64,7 +64,7 @@ subtest 'Post new thread', sub { ->text_like(p => qr/Invalid text/); $t->post_ok('/thread/post', form => \%valid_params)->status_is(200) - ->text_like(h2 => qr/Thread #[0-9]+/); + ->text_like(h2 => qr/Thread #\d+/); }; subtest 'Bumping thread', sub {