Clean code.

This commit is contained in:
Lars Jung 2015-04-25 17:29:15 +02:00
parent 1a47a2aa3b
commit d5a0dce27a
6 changed files with 12 additions and 12 deletions

View file

@ -200,7 +200,7 @@ describe('module \'' + ID + '\'', function () {
assert.deepEqual(this.xAjax.lastCall.args, [{
url: this.xAbsHref,
data: xData,
type: 'POST',
type: 'post',
dataType: 'json'
}]);
assert.isTrue(this.xAjaxResult.done.calledOnce);
@ -229,7 +229,7 @@ describe('module \'' + ID + '\'', function () {
assert.deepEqual(this.xAjax.lastCall.args, [{
url: this.xAbsHref,
data: xData,
type: 'POST',
type: 'post',
dataType: 'json'
}]);
assert.isTrue(this.xAjaxResult.done.calledOnce);