mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-16 14:48:11 +00:00
Make sure tests work.
This commit is contained in:
@@ -382,6 +382,10 @@ class ProfileControllerTest extends TestCase
|
||||
$newToken = Preference::where('user_id', $this->user()->id)->where('name', 'access_token')->first();
|
||||
$this->assertNotEquals($newToken->data, $token);
|
||||
|
||||
// reset token for later test:
|
||||
$newToken->data = 'token';
|
||||
$newToken->save();
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user