Skip to content

Commit dbb1dd5

Browse files
committed
FacadeTest fix
1 parent 59a2635 commit dbb1dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/FacadeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function test_process_ok()
2929
$rand = $this->getFunctionMock('AlexGeno\PhoneVerification', 'rand');
3030
$rand->expects($this->once())->willReturn($otp);
3131

32-
$this->assertEmpty(PhoneVerification::initiate($to));
32+
$this->assertNotEmpty(PhoneVerification::initiate($to));
3333
$this->assertNotEmpty(PhoneVerification::complete($to, $otp));
3434
}
3535
}

0 commit comments

Comments
 (0)