Skip to content

Commit

Permalink
Updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jeawhanlee committed Dec 13, 2024
1 parent 4a514df commit 00e7f1c
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
'icon' => 'url_to_icon'
],
],
'svg-icon' => 'plugins',
'svg-icon' => 'others',
],
'has_subcats' => true,
],
Expand Down Expand Up @@ -233,7 +233,7 @@
'icon' => 'url_to_icon'
],
],
'svg-icon' => 'plugins',
'svg-icon' => 'others',
],
'has_subcats' => true,
],
Expand Down Expand Up @@ -345,7 +345,7 @@
'icon' => 'url_to_icon'
],
],
'svg-icon' => 'plugins',
'svg-icon' => 'others',
],
'has_subcats' => true,
],
Expand Down Expand Up @@ -457,7 +457,7 @@
'other_services' => [
'title' => 'Other Services',
'items' => [],
'svg-icon' => 'plugins',
'svg-icon' => 'others',
],
'has_subcats' => true,
],
Expand Down Expand Up @@ -574,7 +574,7 @@
'icon' => 'url_to_icon'
],
],
'svg-icon' => 'plugins',
'svg-icon' => 'others',
],
'has_subcats' => true,
],
Expand Down Expand Up @@ -685,7 +685,7 @@
'icon' => 'url_to_icon'
],
],
'svg-icon' => 'plugins',
'svg-icon' => 'others',
],
'has_subcats' => true,
],
Expand Down

0 comments on commit 00e7f1c

Please sign in to comment.