updated analytics

This commit is contained in:
kay.one 2012-02-14 18:20:32 -08:00
commit 5c03c873b2
7 changed files with 45 additions and 21 deletions

View file

@ -106,7 +106,7 @@ namespace NzbDrone.Core.Test
public void app_should_be_marked_as_new_install_if_db_is_initilized_for_the_first_time()
{
WithRealDb();
EnviromentProvider.IsNewInstall.Should().Be(true);
EnviromentProvider.RegisterNewInstall.Should().Be(true);
}
}