Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
Signed-off-by: snipe <[email protected]>
  • Loading branch information
snipe committed Mar 1, 2024
1 parent 19e0fb7 commit 9dbb4ab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions tests/Feature/Api/Assets/AssetCheckinTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ public function testAssetCanBeCheckedIn()

$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);
Expand Down
1 change: 0 additions & 1 deletion tests/Feature/Checkins/AssetCheckinTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ public function testAssetCanBeCheckedIn()

$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);
Expand Down

0 comments on commit 9dbb4ab

Please sign in to comment.