Grid 2: Fixed typo in tests
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user