Skip to content

Commit 25dd96e

Browse files
committed
Fix test
1 parent 32cce85 commit 25dd96e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Facades/LetsEncryptTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function test_can_create_pending()
6868

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

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

7373
Queue::assertPushedWithChain(RegisterAccount::class, [
7474
RequestAuthorization::class,

0 commit comments

Comments
 (0)