Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Daanra committed Oct 29, 2021
1 parent 32cce85 commit 25dd96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Facades/LetsEncryptTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function test_can_create_pending()

$certificate = LetsEncrypt::certificate('test.test')->create();

$this->assertEquals('someotherdomain.com', $certificate->domain);
$this->assertEquals('test.test', $certificate->domain);

Queue::assertPushedWithChain(RegisterAccount::class, [
RequestAuthorization::class,
Expand Down

0 comments on commit 25dd96e

Please sign in to comment.