Rename old FIXME to TODO (#13646)
* Rename old FIXME to TODO, so we can track new FIXME starting v13 * Remove empty TODO
This commit is contained in:
committed by
GitHub
parent
de8e307295
commit
2c8927c2e9
@@ -38,7 +38,7 @@ public class UserModelMapperTests : UmbracoIntegrationTest
|
||||
JsonConvert.DeserializeObject<UserGroupSave>(json.Replace("@@@ID@@@", userGroup.Id.ToString()));
|
||||
|
||||
// failed, AutoMapper complained, "Unable to cast object of type 'WhereSelectArrayIterator`2[System.Char,System.String]' to type 'System.Collections.IList'".
|
||||
// FIXME: added ToList() in UserGroupFactory
|
||||
// TODO: added ToList() in UserGroupFactory
|
||||
_sut.Map(userGroupSave, userGroup);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user