Skip to content

Commit

Permalink
Pass test directory in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
balsama committed Aug 8, 2024
1 parent bddb1d8 commit 974164d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Balsama/Importer/CsvImporterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class CsvImporterTest extends TestCase
{
public function testLoadFile(): void
{
$importer = new CsvImporter();
$importer = new CsvImporter(__DIR__ . '/../../fixtures/sample_csvs/tickets/');
$file = __DIR__ . '/../../fixtures/sample_csvs/tickets/sampleCsv1';
$valueMap = Mapper::TICKET_2023;
$importer->entityType = Ticket::class;
Expand Down

0 comments on commit 974164d

Please sign in to comment.