Closed jlopezper closed 5 years ago
Can you also add tests for set_email
and add the changes in the NEWS file with a reference to to the PR? Thanks!
It seems that the changes are breaking some of the tests in travis. Can you check that out? https://travis-ci.org/ropensci/essurvey
I think I won't be able to sort this problem out since there's an encrypted environment variable defined in the .travis.yml file.
According to this:
Encrypted environment variables are not available to pull requests from forks due to the security risk of exposing such information to unknown code.
I've merged this to check whether it passes the test on the master branch. I'll also add you as a CTB to the DESCRIPTION.
It passed: https://travis-ci.org/ropensci/essurvey
Thank you 👍
Great, thanks!
This PR fixes an issue in
set_email()
function by removing a unnecessary if statement that didn't allow to overwrite the email once set.