Skip to content

Commit

Permalink
rename autocompletemini to regions_sample
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVHG committed Aug 6, 2024
1 parent 50d8242 commit b8082fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Widget/RegionServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ final class RegionServiceTest extends TestCase
public function setUp(): void
{
$this->regionService = new RegionService(
'./test/Widget/autocompletemini.json',
'./test/Widget/regions_sample.json',
new Translator('nl')
);
}
Expand Down
File renamed without changes.

0 comments on commit b8082fd

Please sign in to comment.