Skip to content

Commit

Permalink
Update remote test
Browse files Browse the repository at this point in the history
  • Loading branch information
janette committed Jan 3, 2023
1 parent 849d93a commit 40c7451
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/Processor/RemoteTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ public function testCopyAFileWithRemoteProcessor()
$state = $fetcher->getState();

$this->assertTrue(true);


unlink($state['destination']);
$this->assertEquals($state['processor'], 'FileFetcherTests\Mock\FakeRemote');
$this->assertEquals($state['destination'], 'http://notreal.blah/notacsv.csv');
}

public function testCurlCopy()
Expand Down

0 comments on commit 40c7451

Please sign in to comment.