Skip to content

Commit

Permalink
stupid change to get the tests to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
jjb3rd committed Aug 10, 2015
1 parent f5460f6 commit 52c9ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Freshdesk.Tests/UserTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public void FreshdeskCreateContact()
User = new Freshdesk.User()
{
Name = "Bugs Bunny",
Email = "bugs@acme.com"
Email = "bugs1938@acme.com"
}
});
Assert.IsNotNull(userResponse);
Expand Down

0 comments on commit 52c9ab4

Please sign in to comment.