Skip to content

Instantly share code, notes, and snippets.

@charlieamat
Last active March 5, 2017 21:40
Show Gist options
  • Save charlieamat/49cd9fb41bf94c60717266743d76a0af to your computer and use it in GitHub Desktop.
Save charlieamat/49cd9fb41bf94c60717266743d76a0af to your computer and use it in GitHub Desktop.
Why is Unit Testing So Hard - Change to strong weapon
public class StrongWeapon : Weapon
{
public double Damage => 4.0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment