Delete no longer used spec file

This commit is contained in:
Alejandro Celaya
2023-02-27 09:28:27 +01:00
parent 652b0df054
commit f4d10df0f3
2 changed files with 1 additions and 27 deletions

View File

@@ -395,7 +395,7 @@ class ShortUrlRepositoryTest extends DatabaseTestCase
#[Test]
public function importedShortUrlsAreFoundWhenExpected(): void
{
$buildImported = static fn (string $shortCode, ?String $domain = null) =>
$buildImported = static fn (string $shortCode, ?string $domain = null) =>
new ImportedShlinkUrl(ImportSource::BITLY, 'foo', [], Chronos::now(), $domain, $shortCode, null);
$shortUrlWithoutDomain = ShortUrl::fromImport($buildImported('my-cool-slug'), true);