Typo squad alert!
On Fri, 12 Apr 2024 02:01:03 +0000
Eric Wong wrote:
> diff --git a/t/psgi_v2.t b/t/psgi_v2.t
> index 54faae9b..56a6ae8e 100644
> --- a/t/psgi_v2.t
> +++ b/t/psgi_v2.t
> @@ -101,6 +101,19 @@ EOM
> }
> };
>
> +my $test_lei_q_threadid = sub {
> + my ($u) = @_;
> + test_lei(sub {
> + lei_ok qw(q -f text --only), $u, qw(-T t@1 s:unrelated);
> + is $lei_out, '', 'no results on unlrelated thread';
^
s/unlrelated/unrelated/
Thanks,
Štěpán
