8000 fix · symfony/symfony@6afcbc0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6afcbc0

Browse files
committed
fix
1 parent b0632b4 commit 6afcbc0

File tree

1 file changed

+1
-2
lines changed
  • src/Symfony/Component/Notifier/Tests/Transport

1 file changed

+1
-2
lines changed

src/Symfony/Component/Notifier/Tests/Transport/DsnTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,9 @@ public function getOptionProvider(): iterable
188188
];
189189

190190
yield [
191-
'default-value',
191+
'',
192192
'scheme://localhost?empty=',
193193
'empty',
194-
'default-value',
195194
];
196195

197196
yield [

0 commit comments

Comments
 (0)
0