Sfoglia il codice sorgente

Update SnowflakeTest, fixes #2661

Daniel Supernault 4 anni fa
parent
commit
c55f14764f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      tests/Unit/SnowflakeTest.php

+ 1 - 1
tests/Unit/SnowflakeTest.php

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