From e54928b930860c99972a8942269933007b26d5ec Mon Sep 17 00:00:00 2001 From: Jiya Patel Date: Fri, 23 Jan 2026 11:38:08 +0530 Subject: [PATCH 1/3] added a new branch --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a9f7281..0c6bb38 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # CICD sample cicd demo +testtesttest From c75598df6a0c38a0faf444141e664c109c70bfa5 Mon Sep 17 00:00:00 2001 From: Jiya Patel Date: Fri, 23 Jan 2026 11:46:24 +0530 Subject: [PATCH 2/3] changed readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c6bb38..f0bac67 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # CICD sample cicd demo -testtesttest +test From a4923fd7295b2ee9872f3b7b1239c92f3f2cf2f4 Mon Sep 17 00:00:00 2001 From: Jiya Patel Date: Fri, 23 Jan 2026 11:50:11 +0530 Subject: [PATCH 3/3] changed code file --- main_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main_test.go b/main_test.go index c3c912a..a2bc80e 100644 --- a/main_test.go +++ b/main_test.go @@ -3,7 +3,7 @@ package main import "testing" func TestAdd(t *testing.T) { - expected := 4 + expected := 3 result := Add(1, 2) if result != expected { t.Errorf("Test Failed: Expected %d, but got %d", expected, result)