Skip to content

Commit

Permalink
Merge pull request #601 from yandex-ui/mail-0.8.6
Browse files Browse the repository at this point in the history
Исправление тестов для релиза mail-0.8.6
  • Loading branch information
Anton committed May 27, 2016
2 parents 33ddc12 + a74a98a commit c370e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/ns.updater.js
Original file line number Diff line number Diff line change
Expand Up @@ -790,6 +790,7 @@ describe('ns.Updater', function() {
try {
expect(data).to.be.eql({
error: ns.U.STATUS.MODELS,
expired: false,
invalidModels: [ns.Model.get('model')],
validModels: []
});
Expand Down Expand Up @@ -1377,7 +1378,6 @@ describe('ns.Updater', function() {
});
});

<<<<<<< HEAD
describe('Пререопределение handleError совместно с patchLayout вызывает зацикливание перезапросов моделей, если хотя бы одна модель в виде с patchLayout оказалани невалидна', function() {
beforeEach(function() {
ns.layout.define('app', {
Expand Down

0 comments on commit c370e0d

Please sign in to comment.