mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-18 21:55:12 -04:00
fixed some broken tests.
This commit is contained in:
@@ -64,7 +64,7 @@ namespace NzbDrone.Core.Datastore
|
||||
|
||||
public int Count()
|
||||
{
|
||||
return _dataMapper.Query<TModel>().Count();
|
||||
return _dataMapper.Query<TModel>().GetRowCount();
|
||||
}
|
||||
|
||||
public TModel Get(int id)
|
||||
|
||||
Reference in New Issue
Block a user