Skip to content

Instantly share code, notes, and snippets.

@merken
Created August 18, 2017 10:23
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 merken/161339b3a6ff2d916886e3577ed061e3 to your computer and use it in GitHub Desktop.
Save merken/161339b3a6ff2d916886e3577ed061e3 to your computer and use it in GitHub Desktop.
Simple unit test
public class UnitTest1
{
[Fact]
public void Test1()
{
Assert.Equal(1, 1);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment