Updated exceptrack driver's url, made test more effective.

This commit is contained in:
kay.one 2012-04-22 16:30:18 -07:00
commit 6b3e102899
2 changed files with 10 additions and 4 deletions

View file

@ -65,7 +65,9 @@ namespace NzbDrone.Core.Test.Integeration
log.Exception = new ArgumentOutOfRangeException();
log.Message = "New message string. New message string. New message string. New message string. New message string. New message string.";
ReportingService.ReportException(log);
var hash = ReportingService.ReportException(log);
hash.Should().HaveLength(8);
}