Skip to content

Commit

Permalink
Remove highly specific example from projects pump trait test
Browse files Browse the repository at this point in the history
  • Loading branch information
subiabre committed Jan 28, 2025
1 parent c1eb014 commit 673c59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Benzina/ProjectsPumpTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function testStripsConjoinedAddresses($conjoinedAddress, $finalAddress)
public function provideConjoinedAddresses(): array
{
return [
['Avda de Francia nº 34, Jaca (Huesca) y www.lacasadelamontaña.com', 'JACA, HUESCA'],
['Jaca (Huesca) y www.lacasadelamontaña.com', 'JACA, HUESCA'],
['buenos aires, argentina y barcelona españa', 'BUENOS AIRES, ARGENTINA'],
['Barcelona y Bilbao', 'BARCELONA'],
['Madrid, España / San Francisco, EEUU', 'MADRID, ESPAÑA'],
Expand Down

0 comments on commit 673c59e

Please sign in to comment.