Skip to content

Commit

Permalink
modify Dns test unity
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonYH committed Jan 17, 2020
1 parent bfcd4ce commit afb5726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/validator/test/unit/ValidatorRuleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ public function testDnsError()
public function testDnsSuccess()
{
$data = [
'dataDns' => 'swoft.org'
'dataDns' => 'baidu.com'
];
[$result] = (new Validator())->validateRequest($data,
$this->getValidates(ValidatorRule::class, 'testDns'));
Expand Down

0 comments on commit afb5726

Please sign in to comment.