5 char ICAO support #1052 (#1198)

This commit is contained in:
Nabeel S
2021-05-21 10:52:47 -04:00
committed by GitHub
parent ede5b74383
commit d3ec0f4de3
4 changed files with 45 additions and 4 deletions

View File

@@ -4,9 +4,6 @@ namespace Tests;
use App\Models\Airport;
/**
* Test the parsing/support class of the metar
*/
class AirportTest extends TestCase
{
public function testSavingAirportFromApiResponse()