Skip to content

Commit

Permalink
Fix Foursquare Plugin test
Browse files Browse the repository at this point in the history
  • Loading branch information
ginatrapani committed Sep 7, 2012
1 parent d15044d commit 13a97b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/plugins/foursquare/tests/TestOfFoursquarePlugin.php
Expand Up @@ -76,7 +76,7 @@ public function testMenuItemRegistration() {
$this->assertEqual(sizeof($menus), 1);
$post_tab = $menus['posts'];
$this->assertEqual($post_tab->name, "Checkins");
$this->assertEqual($post_tab->description, "All checkins");
$this->assertEqual($post_tab->description, "Your checkins");
$post_tab_datasets = $post_tab->getDatasets();
$this->assertEqual(count($post_tab_datasets), 1);
$post_tab_dataset = $post_tab_datasets[0];
Expand Down

0 comments on commit 13a97b6

Please sign in to comment.