Skip to content

Commit

Permalink
Fix test for new Live Widget
Browse files Browse the repository at this point in the history
refs #3089
  • Loading branch information
halfdan committed Aug 28, 2013
1 parent ac60f05 commit f172c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PHPUnit/Core/PluginsFunctions/WidgetsListTest.php
Expand Up @@ -40,7 +40,7 @@ public function testGet()
// check if each category has the right number of widgets
$numberOfWidgets = array(
'VisitsSummary_VisitsSummary' => 6,
'Live!' => 3,
'Live!' => 4,
'General_Visitors' => 12,
'UserSettings_VisitorSettings' => 11,
'Actions_Actions' => 8,
Expand Down

0 comments on commit f172c29

Please sign in to comment.