From ae5303ed9e3c3f319680945b54f33b7c71ac4a4e Mon Sep 17 00:00:00 2001 From: Zpekii Date: Sat, 3 Jan 2026 16:50:11 +0800 Subject: [PATCH] test: failure for demonstration --- hello/hello_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hello/hello_test.go b/hello/hello_test.go index f00e202..f4cc434 100644 --- a/hello/hello_test.go +++ b/hello/hello_test.go @@ -13,4 +13,7 @@ func TestHelloHandler(t *testing.T) { if w.Body.String() != expected { t.Errorf("Expected %q but got %q", expected, w.Body.String()) } + + // Force a failure for demonstration + t.Errorf("Forced failure for demonstration purposes") } \ No newline at end of file