forked from mirror/pixelfed
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 App\Services\SnowflakeService;
|
||||
|
||||
class Snowflake extends TestCase
|
||||
class SnowflakeTest extends TestCase
|
||||
{
|
||||
/** @test */
|
||||
public function snowflakeTest()
|
||||
|
|
Loading…
Reference in a new issue