fixed broken tests

This commit is contained in:
kay.one
2013-09-03 23:15:35 -07:00
parent 16c9232b12
commit c90a96c2e0
4 changed files with 25 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ namespace NzbDrone.Core.Datastore.Migration.Framework
}
}
public ISQLiteAlter SQLiteAlter { get; private set; }
protected ISQLiteAlter SQLiteAlter { get; private set; }
public override void Down()
{