about summary refs log tree commit homepage
path: root/t/msg_iter.t
diff options
context:
space:
mode:
Diffstat (limited to 't/msg_iter.t')
-rw-r--r--t/msg_iter.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/msg_iter.t b/t/msg_iter.t
index 5c57e043..e8115e25 100644
--- a/t/msg_iter.t
+++ b/t/msg_iter.t
@@ -28,7 +28,7 @@ use_ok('PublicInbox::MsgIter');
                 $s =~ s/\s+//s;
                 push @parts, [ $s, $level, @ex ];
         });
-        is_deeply(\@parts, [ [qw(a 2 1 1)], [qw(b 2 1 2)], [qw(sig 1 2)] ],
+        is_deeply(\@parts, [ [qw(a 2 1.1)], [qw(b 2 1.2)], [qw(sig 1 2)] ],
                 'nested part shows up properly');
 }