fixes tests

This commit is contained in:
Shannon
2020-07-23 23:23:39 +10:00
parent e01f36514b
commit 84dddd1869

View File

@@ -264,16 +264,12 @@
expect(propertyModel.layout["Umbraco.TestBlockEditor"][0]).toBeUndefined();
done();
});
} catch (e) {
done.fail(e);
}
});
});
it('getBlockObject of block with settings has values', function (done) {
var propertyModel = angular.copy(propertyModelWithSettingsMock);