mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 12:11:19 +00:00
Update email address.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/**
|
||||
* APIEventHandlerTest.php
|
||||
* Copyright (c) 2019 thegrumpydictator@gmail.com
|
||||
* Copyright (c) 2019 james@firefly-iii.org
|
||||
*
|
||||
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||
*
|
||||
@@ -70,7 +70,7 @@ class APIEventHandlerTest extends TestCase
|
||||
// assert a message was sent.
|
||||
Mail::assertSent(
|
||||
AccessTokenCreatedMail::class, function ($mail) {
|
||||
return $mail->hasTo('thegrumpydictator@gmail.com') && '127.0.0.1' === $mail->ipAddress;
|
||||
return $mail->hasTo('james@firefly-iii.org') && '127.0.0.1' === $mail->ipAddress;
|
||||
}
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user