Skip to content

Instantly share code, notes, and snippets.

@FagnerMartinsBrack
Last active July 24, 2016 09:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FagnerMartinsBrack/af1451a27c46138bf3d3d890f471c693 to your computer and use it in GitHub Desktop.
Save FagnerMartinsBrack/af1451a27c46138bf3d3d890f471c693 to your computer and use it in GitHub Desktop.
(Medium) Mocking Can Lead To False Positives - AddToIndex Example
function addIndexToDatabase(index, databasePersist) {
// ... complexity ...
databasePersist(index);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment