Grid 2: Fixed typo in tests

This commit is contained in:
Lars-Erik Aabech
2018-05-21 12:12:31 +02:00
parent f8ed341eec
commit 3bd2f766ef
@@ -167,7 +167,7 @@ describe("grid 2", function () {
function () {
var persistable = scope.mapToPersistableModel(fullModel.value);
expect(persistable.r).toEqual(jasmine.objectContaining({
expect(persistable).toEqual(jasmine.objectContaining({
rows: [
{
alias: "halfNHalf",