Skip to content

Commit

Permalink
Removed unused local var in JS test (yiisoft#14093)
Browse files Browse the repository at this point in the history
  • Loading branch information
rob006 authored and samdark committed Jun 11, 2017
1 parent cb53b2f commit ab68caa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/js/tests/yii.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,6 @@ describe('yii', function () {

describe('with xhr defined', function () {
var server;
var response = {result: 'OK'};

beforeEach(function () {
server = sinon.fakeServer.create();
Expand Down

0 comments on commit ab68caa

Please sign in to comment.