mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Update SnowflakeTest, fixes #2661
This commit is contained in:
parent
2ab73e1e96
commit
c55f14764f
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ namespace Tests\Unit;
|
||||||
use Tests\TestCase;
|
use Tests\TestCase;
|
||||||
use App\Services\SnowflakeService;
|
use App\Services\SnowflakeService;
|
||||||
|
|
||||||
class Snowflake extends TestCase
|
class SnowflakeTest extends TestCase
|
||||||
{
|
{
|
||||||
/** @test */
|
/** @test */
|
||||||
public function snowflakeTest()
|
public function snowflakeTest()
|
||||||
|
|
Loading…
Reference in a new issue