From 721425c1b9bb246eac8c71b40371e307ba423869 Mon Sep 17 00:00:00 2001 From: Anushka Srivastava Date: Fri, 23 Jan 2026 11:39:31 +0530 Subject: [PATCH 1/4] Edit readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a9f7281..932789d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # CICD sample cicd demo + + +Hello, this is my edit in the readme file I am making. \ No newline at end of file From 9f09878cf5c396f9b64f34f6e4f7fe097d696c93 Mon Sep 17 00:00:00 2001 From: Anushka Srivastava Date: Fri, 23 Jan 2026 11:47:16 +0530 Subject: [PATCH 2/4] Edit README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 932789d..bb9f3e4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ # CICD sample cicd demo - -Hello, this is my edit in the readme file I am making. \ No newline at end of file +Hello, this is my edit in the readme file I am making. From 50b7776e212b5d63decd919bf45632d0d69826b9 Mon Sep 17 00:00:00 2001 From: Anushka Srivastava Date: Fri, 23 Jan 2026 11:50:21 +0530 Subject: [PATCH 3/4] Make changes --- 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) From 6bce210960e513752ee281cf55aebcd2b6669d5a Mon Sep 17 00:00:00 2001 From: Anushka Srivastava Date: Fri, 23 Jan 2026 11:51:21 +0530 Subject: [PATCH 4/4] make changes --- main_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main_test.go b/main_test.go index a2bc80e..c3c912a 100644 --- a/main_test.go +++ b/main_test.go @@ -3,7 +3,7 @@ package main import "testing" func TestAdd(t *testing.T) { - expected := 3 + expected := 4 result := Add(1, 2) if result != expected { t.Errorf("Test Failed: Expected %d, but got %d", expected, result)