From 50936e00a5d604b7dc433461c3dd22940ea8c5e5 Mon Sep 17 00:00:00 2001 From: Vadym Fedorov <152634547+nvvfedorov@users.noreply.github.com> Date: Thu, 21 Mar 2024 11:19:41 -0500 Subject: [PATCH] Update main_test.go Removed accidental change --- tests/e2e/main_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/main_test.go b/tests/e2e/main_test.go index d3b3e573..bff71939 100644 --- a/tests/e2e/main_test.go +++ b/tests/e2e/main_test.go @@ -74,7 +74,7 @@ func TestMain(m *testing.M) { flag.Parse() os.Exit(m.Run()) } -git + // TestRunSuite will be run by the 'go test' command func TestRunSuite(t *testing.T) { suite.Run(t, NewSuite())