1
0
Fork 0

Merge pull request #2664 from pixelfed/staging

Update SnowflakeTest, fixes #2661
This commit is contained in:
daniel 2021-02-16 23:00:15 -07:00 committed by GitHub
commit 68586d765b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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()