about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-06-14 07:51:45 +0000
committerEric Wong <e@80x24.org>2019-06-14 21:56:40 +0000
commitd304870c3c1e82f0421272e7986fc5c9aafa2889 (patch)
treef2ececec1d8afdc237147888373cdcf305fd3e7c /t
parenta0eabc015e22e51cbf8f6060abafd5b53a0ae72f (diff)
downloadpublic-inbox-d304870c3c1e82f0421272e7986fc5c9aafa2889.tar.gz
Try to remain consistent with our own documentation regarding
v2 git "epochs", first.
Diffstat (limited to 't')
-rw-r--r--t/view.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/view.t b/t/view.t
index 07829543..d93be6f6 100644
--- a/t/view.t
+++ b/t/view.t
@@ -18,7 +18,7 @@ my $ctx = {
                 base_url => sub { 'http://example.com/' },
                 cloneurl => sub {[]},
                 nntp_url => sub {[]},
-                max_git_part => sub { undef },
+                max_git_epoch => sub { undef },
                 description => sub { '' }),
         www => Plack::Util::inline_object(style => sub { '' }),
 };