mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Change for task imports.
This commit is contained in:
parent
52df4708d6
commit
244eabc448
@ -96,7 +96,7 @@ class TaskImportTest extends TestCase
|
|||||||
$time_log = json_decode($task->time_log);
|
$time_log = json_decode($task->time_log);
|
||||||
|
|
||||||
foreach($time_log as $log) {
|
foreach($time_log as $log) {
|
||||||
$this->assertFalse($log[3]);
|
$this->assertTrue($log[3]);
|
||||||
}
|
}
|
||||||
|
|
||||||
$task = Task::where('company_id', $this->company->id)->where('number', 'x1233')->first();
|
$task = Task::where('company_id', $this->company->id)->where('number', 'x1233')->first();
|
||||||
@ -106,7 +106,7 @@ class TaskImportTest extends TestCase
|
|||||||
$time_log = json_decode($task->time_log);
|
$time_log = json_decode($task->time_log);
|
||||||
|
|
||||||
foreach($time_log as $log) {
|
foreach($time_log as $log) {
|
||||||
$this->assertFalse($log[3]);
|
$this->assertTrue($log[3]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user