Skip to content

Instantly share code, notes, and snippets.

@abenedykt
Created May 28, 2015 10:34
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 abenedykt/fa141c9cd2bf3e2ea9ed to your computer and use it in GitHub Desktop.
Save abenedykt/fa141c9cd2bf3e2ea9ed to your computer and use it in GitHub Desktop.
NSubstitute async eater :)
public static class NSubstituteHelper
{
public static void IgnoreAwaitForNSubstituteAssertion(this Task task)
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment