From 9e63b93208e5a893630b270e00eac07f9377776f Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 17 Jan 2023 07:19:01 +0000 Subject: [PATCH 1/1] t/solver_git.t: fix test message --- t/solver_git.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)'); -- 2.44.0