Skip to content

Commit

Permalink
test(menu): wrong order and icon expected values
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetan-hexadog authored Oct 23, 2020
1 parent d26dc0f commit b383dac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/MenusManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,8 @@ public function it_can_get_menu_as_array()
'attributes' => $menuItem->attributes,
'active' => false,
'children' => [],
'icon' => '',
'order' => 0,
'icon' => null,
'order' => 9000,
'title' => '',
'type' => 'link',
'url' => ''
Expand Down

0 comments on commit b383dac

Please sign in to comment.