diff --git a/internal/config/credentials_test.go b/internal/config/credentials_test.go index 9df9ecd..96621dd 100644 --- a/internal/config/credentials_test.go +++ b/internal/config/credentials_test.go @@ -78,6 +78,8 @@ func testUpdateCurrentAccount(account, credentialsFile string) func(t *testing.T if err := config.UpdateCurrentAccount(account, credentialsFile); err != nil { t.Fatalf("Unable to update the current account to %q: %v", account, err) } + + t.Logf("Successfully updated the current account.") } }