Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
Signed-off-by: Vinzenz Rosenkranz <[email protected]>
  • Loading branch information
v1r0x committed Dec 12, 2024
1 parent 46dcef3 commit 2e4b6bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Feature/ApiEditorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,6 @@ public function testDeleteEntityTypeEndpoint()
$etCnt = EntityType::count();
$this->assertEquals(5, $etCnt);
$eaCnt = EntityAttribute::count();
info(EntityAttribute::all());
$this->assertEquals(24, $eaCnt);
$eCnt = Entity::count();
$this->assertEquals(8, $eCnt);
Expand Down

0 comments on commit 2e4b6bc

Please sign in to comment.