Skip to content

Commit 1ad25a2

Browse files
frostebiteclaude
andcommitted
fix(test): update termination message assertion to match renamed output
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f6c26c0 commit 1ad25a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/service_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ func TestServeHandlesLargeRequests(t *testing.T) {
742742

743743
Serve("", "", false, false, false, strings.NewReader(req), &stdout, &stderr)
744744

745-
assert.Contains(t, stderr.String(), "Terminating test custom adapter gracefully.")
745+
assert.Contains(t, stderr.String(), "Terminating elastic-git-storage custom adapter gracefully.")
746746
}
747747

748748
func createZipFromFile(src, dest string) error {

0 commit comments

Comments
 (0)