mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Fixed tests
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
19e0fb7955
commit
9dbb4abe7e
|
@ -66,8 +66,6 @@ class AssetCheckinTest extends TestCase
|
|||
|
||||
$this->assertNull($asset->refresh()->assignedTo);
|
||||
$this->assertNull($asset->expected_checkin);
|
||||
$this->assertNull($asset->last_checkout);
|
||||
$this->assertNotNull($asset->last_checkin);
|
||||
$this->assertNull($asset->assignedTo);
|
||||
$this->assertNull($asset->assigned_type);
|
||||
$this->assertNull($asset->accepted);
|
||||
|
|
|
@ -65,7 +65,6 @@ class AssetCheckinTest extends TestCase
|
|||
|
||||
$this->assertNull($asset->refresh()->assignedTo);
|
||||
$this->assertNull($asset->expected_checkin);
|
||||
$this->assertNull($asset->last_checkout);
|
||||
$this->assertNotNull($asset->last_checkin);
|
||||
$this->assertNull($asset->assignedTo);
|
||||
$this->assertNull($asset->assigned_type);
|
||||
|
|
Loading…
Reference in a new issue