Migrated RelationServiceTests.cs

Signed-off-by: Bjarke Berg <mail@bergmania.dk>
This commit is contained in:
Bjarke Berg
2020-10-07 21:01:28 +02:00
parent e7edbfeaa3
commit 3171cdda70
3 changed files with 55 additions and 48 deletions

View File

@@ -50,9 +50,9 @@ namespace Umbraco.Core.Persistence.Repositories.Implement
{
var sql = GetBaseQuery(false);
// should not happen due to the cache policy
if (ids.Any())
throw new NotImplementedException();
// // should not happen due to the cache policy
// if (ids.Any())
// throw new NotImplementedException();
var dtos = Database.Fetch<RelationTypeDto>(sql);