Skip to content

Commit

Permalink
Update ResponseHandlerTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Beakerboy committed Jul 23, 2019
1 parent 412098c commit ff09f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CashID/ResponseHandlerTest.php
Expand Up @@ -420,7 +420,7 @@ function ($key) {
return apcu_fetch($key);
}
));
$notary = new \CashID\DefaultNotary();
$notary = new \CashID\Notary\DefaultNotary();
$handler = new ResponseHandler("demo.cashid.info", "/api/parse.php", $notary, $cache);
$json_request = $this->generator->createRequest();

Expand Down

0 comments on commit ff09f4b

Please sign in to comment.