mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 08:44:49 +00:00
Merge pull request #2664 from pixelfed/staging
Update SnowflakeTest, fixes #2661
This commit is contained in:
commit
68586d765b
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ namespace Tests\Unit;
|
|||
use Tests\TestCase;
|
||||
use App\Services\SnowflakeService;
|
||||
|
||||
class Snowflake extends TestCase
|
||||
class SnowflakeTest extends TestCase
|
||||
{
|
||||
/** @test */
|
||||
public function snowflakeTest()
|
||||
|
|
Loading…
Reference in a new issue