about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/thread-cycle.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/thread-cycle.t b/t/thread-cycle.t
index 21309bd2..e9ea0a27 100644
--- a/t/thread-cycle.t
+++ b/t/thread-cycle.t
@@ -24,7 +24,7 @@ sub make_objs {
                         'References' => $msg->{references},
                 ]);
                 push @simples, $simple;
-                bless $msg, 'PublicInbox::SearchMsg'
+                bless $msg, 'PublicInbox::Smsg'
         } @_;
         (\@simples, \@msgs);
 }