Skip to content

Commit 2c3bdf1

Browse files
committed
Another short tag array that shouldn't be used.
1 parent 366e308 commit 2c3bdf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/verify/VerifyTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function testVerifyOtp()
3030
$Verify->recipient = 31612345678;
3131
$Verify->reference = 'Yoloswag3000';
3232

33-
$this->mockClient->expects($this->once())->method('performHttpRequest')->with("GET", 'verify/onofao3f82f7u2fb2uf', ['token' => '123456']);
33+
$this->mockClient->expects($this->once())->method('performHttpRequest')->with("GET", 'verify/onofao3f82f7u2fb2uf', array('token' => '123456'));
3434

3535
$this->client->verify->verify('onofao3f82f7u2fb2uf', 123456);
3636
}

0 commit comments

Comments
 (0)