diff --git a/README.md b/README.md index a9f7281..f5bb346 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # CICD sample cicd demo +I am Shreya Ghosh, from IIIT Guwahati, and I work as an intern at IBM ISL.hiiiii 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)