From d38b88509ba2e1a9ff9277d1fcb9d9299d149805 Mon Sep 17 00:00:00 2001 From: TIMMAREDDYDEEKSHITHA-ship-it Date: Sat, 24 Jan 2026 10:55:04 +0530 Subject: [PATCH] Update main_test.go --- 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)