Check for blank values on import and omit them (#1266)
* Check for blank values on import and omit them * Add paused status to the pirep changed
This commit is contained in:
@@ -149,6 +149,13 @@ class ImporterTest extends TestCase
|
||||
'Arrival Gate' => 'C61',
|
||||
],
|
||||
],
|
||||
// Blank values omitted
|
||||
[
|
||||
'input' => 'gate; ',
|
||||
'expected' => [
|
||||
'gate',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
foreach ($tests as $test) {
|
||||
|
||||
Reference in New Issue
Block a user