Update changelog

This commit is contained in:
Alejandro Celaya
2023-03-25 11:16:28 +01:00
parent 1d155298c1
commit 71807e698c
2 changed files with 23 additions and 0 deletions

View File

@@ -99,6 +99,12 @@ class ShortUrlCreationTest extends TestCase
DeviceType::IOS->value => ' ',
],
]];
yield [[
ShortUrlInputFilter::LONG_URL => 'https://foo',
ShortUrlInputFilter::DEVICE_LONG_URLS => [
DeviceType::ANDROID->value => 'missing_schema',
],
]];
yield [[
ShortUrlInputFilter::LONG_URL => 'https://foo',
ShortUrlInputFilter::DEVICE_LONG_URLS => [