]> Sergey Matveev's repositories - public-inbox.git/commitdiff
t/solver_git.t: fix test message
authorEric Wong <e@80x24.org>
Tue, 17 Jan 2023 07:19:01 +0000 (07:19 +0000)
committerEric Wong <e@80x24.org>
Wed, 18 Jan 2023 23:25:47 +0000 (23:25 +0000)
t/solver_git.t

index 8faa7309fcd5f0152ab7561582fc5e32598fd6ab..06d75816a59d8cc895fcd62f1837265060234e46 100644 (file)
@@ -293,7 +293,7 @@ EOF
                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)');