Last active
November 18, 2016 19:11
-
-
Save eduardoguilarducci/a77f9389fccc70f3f5a2a9000f076119 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
string userName = "Eduardo José"; | |
userName.Should().Be("Eduardo Guilarducci", "thats my real name :)"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment