From e8363da7fa8e68551ab0e811f4fc34d606ca89f3 Mon Sep 17 00:00:00 2001 From: kushalshit27 <43465488+kushalshit27@users.noreply.github.com> Date: Fri, 13 Sep 2024 11:46:25 +0530 Subject: [PATCH] SDK-4929 lint fix --- management/flow_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/management/flow_test.go b/management/flow_test.go index 2b23bc78..c4138982 100644 --- a/management/flow_test.go +++ b/management/flow_test.go @@ -14,7 +14,7 @@ import ( ) /* -Flow tests +Flow tests. */ func TestFlowManager_Create(t *testing.T) { configureHTTPTestRecordings(t) @@ -128,7 +128,7 @@ func cleanupFlow(t *testing.T, flowID string) { } /* -Flow Vault Connection tests +Flow Vault Connection tests. */ func TestFlowVaultConnectionManager_Create(t *testing.T) { configureHTTPTestRecordings(t)