Remove dump

This commit is contained in:
Marcus Moore
2025-09-09 13:09:52 -07:00
parent 082bff2fa8
commit 6504ee37bd

View File

@@ -75,7 +75,6 @@ class AssignedAssetsTest extends TestCase
->assertOk()
->assertResponseDoesNotContainInRows($assetsAssignedToAsset->first(), 'serial')
->assertResponseContainsInRows($assetsAssignedToAsset->last(), 'serial')
->dump()
->assertJson(function (AssertableJson $json) {
$json->where('total', 2)
->count('rows', 1)