Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit ad2c015

Browse files
back requiest check to original state
1 parent 6aed278 commit ad2c015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/RequestsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function __construct($name = null, array $data = [], $dataName = '')
3838
public function testCreate()
3939
{
4040
$result = $this->_requests->create($this->_request);
41-
$this->assertInternalType('bool', $result);
41+
$this->assertInternalType('array', $result);
4242

4343
// TODO: Remove this after bug will be fixed
4444
// Small bug, each second requests to system have a 0 into result

0 commit comments

Comments
 (0)