From 3bd2f766efaf87f5bd71ba93fbe6b8cc3575ddc7 Mon Sep 17 00:00:00 2001 From: Lars-Erik Aabech Date: Mon, 21 May 2018 12:12:31 +0200 Subject: [PATCH] Grid 2: Fixed typo in tests --- .../test/unit/app/propertyeditors/grid-controller.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/test/unit/app/propertyeditors/grid-controller.spec.js b/src/Umbraco.Web.UI.Client/test/unit/app/propertyeditors/grid-controller.spec.js index 56faec99b7..b745cd7000 100644 --- a/src/Umbraco.Web.UI.Client/test/unit/app/propertyeditors/grid-controller.spec.js +++ b/src/Umbraco.Web.UI.Client/test/unit/app/propertyeditors/grid-controller.spec.js @@ -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",