Skip to content

Commit

Permalink
Update EmailDestinationBuilderTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
soygul committed Nov 5, 2015
1 parent c95cb1f commit fb9c7e2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion NBug.Tests/Unit/Helpers/EmailDestinationBuilderTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
public class EmailDestinationBuilderTests
{
private const string ServerName = "smtp.test.com";

[Fact]
public void TravisFailTest()
{
Assert.Equal(true, false);
}

[Fact]
public void BuildAttachmentsAndServerOptionsWithPort_PreparesCorrectDestination()
Expand Down Expand Up @@ -285,4 +291,4 @@ public void Build_DefaultsToSecuredAnonymousConnectionNoAttachments()
Assert.Equal(expected, result);
}
}
}
}

0 comments on commit fb9c7e2

Please sign in to comment.