t/solver_git.t | 2 +- diff --git a/t/solver_git.t b/t/solver_git.t index 8faa7309fcd5f0152ab7561582fc5e32598fd6ab..06d75816a59d8cc895fcd62f1837265060234e46 100644 --- a/t/solver_git.t +++ b/t/solver_git.t @@ -293,7 +293,7 @@ $res = $cb->(GET("/$name/".('0'x40).'/s/')); is($res->code, 404, 'failure with null OID'); $res = $cb->(GET("/$name/$non_existent/s/")); - is($res->code, 404, 'failure with null OID'); + is($res->code, 404, 'failure with non-existent OID'); $res = $cb->(GET("/$name/$v1_0_0_tag/s/")); is($res->code, 200, 'shows commit (unabbreviated)');