]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/v2reindex.t
rename "ContentId" to "ContentHash"
[public-inbox.git] / t / v2reindex.t
index f16a0b0d81c341c3da60ffe65c9529eddb5bfd6a..b99106d0fe7a9bf92a0895d976932b340e8677e3 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use Test::More;
 use PublicInbox::Eml;
-use PublicInbox::ContentId qw(content_digest);
+use PublicInbox::ContentHash qw(content_digest);
 use File::Path qw(remove_tree);
 use PublicInbox::TestCommon;
 require_git(2.6);