chore: remove commented code

This commit is contained in:
Carlosokumu 2024-10-21 16:54:16 +03:00
parent acd0af25c6
commit 9c75942b0b
Signed by: carlos
GPG Key ID: 7BD6BC8160A5C953

View File

@ -75,7 +75,6 @@ func TestCreateAccount(t *testing.T) {
}
// Create required mocks
flag_account_created, err := fm.GetFlag("flag_account_created")
//flag_api_call_error, err := fm.GetFlag("flag_api_call_error,")
flag_api_call_error, _ := fm.GetFlag("flag_api_call_error")
if err != nil {
t.Logf(err.Error())
@ -102,7 +101,7 @@ func TestCreateAccount(t *testing.T) {
},
},
expectedResult: resource.Result{
FlagSet: []uint32{flag_account_created},
FlagSet: []uint32{flag_account_created},
FlagReset: []uint32{flag_api_call_error},
},
},