]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/thread-cycle.t
wwwstatic: set "Vary: Accept-Encoding" in static gzip response
[public-inbox.git] / t / thread-cycle.t
index f3ae1a359dbff9c04f6e8220627086a2e5415c7d..e9ea0a27223ba5c3c73f481a9bb4e8fcfcfde8c3 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2016-2019 all contributors <meta@public-inbox.org>
+# Copyright (C) 2016-2020 all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 use strict;
 use warnings;
@@ -24,7 +24,7 @@ sub make_objs {
                        'References' => $msg->{references},
                ]);
                push @simples, $simple;
-               bless $msg, 'PublicInbox::SearchMsg'
+               bless $msg, 'PublicInbox::Smsg'
        } @_;
        (\@simples, \@msgs);
 }