about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-01-17 07:19:01 +0000
committerEric Wong <e@80x24.org>2023-01-18 23:25:47 +0000
commit9e63b93208e5a893630b270e00eac07f9377776f (patch)
tree76e7aefffe51a2236d492aa5f1b59fcfb1e3c239
parent04b41fe3123c890a3fa73d5f7dd1cf5257d09de8 (diff)
downloadpublic-inbox-9e63b93208e5a893630b270e00eac07f9377776f.tar.gz
-rw-r--r--t/solver_git.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/solver_git.t b/t/solver_git.t
index 8faa7309..06d75816 100644
--- a/t/solver_git.t
+++ b/t/solver_git.t
@@ -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)');