Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dotzero committed Dec 8, 2019
1 parent 8404e5a commit 469e525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Models/PipelinesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ public function testApiUpdate()

$this->assertTrue($this->model->apiUpdate(1));
$this->assertEquals('/private/api/v2/json/pipelines/set', $this->model->mockUrl);
$this->assertEquals(1, $this->model->mockParameters['pipelines']['update'][0]['id']);
$this->assertEquals('Воронка', $this->model->mockParameters['pipelines']['update'][0]['name']);
$this->assertEquals(1, $this->model->mockParameters['pipelines']['update'][1]['id']);
$this->assertEquals('Воронка', $this->model->mockParameters['pipelines']['update'][1]['name']);
}

public function testApiDelete()
Expand Down

0 comments on commit 469e525

Please sign in to comment.