Skip to content

Commit

Permalink
Fixing failing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
diosmosis committed Nov 29, 2014
1 parent a280b44 commit 9f880c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Integration/Commands/SynchronizeUsersTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ public function test_CommandSkipsExisitingUsers_IfSkipExistingOptionUsed()
$this->assertEquals(0, $result, $this->getCommandDisplayOutputErrorMessage());
$this->assertContains("Skipping 'captainamerica', already exists in Piwik...", $this->applicationTester->getDisplay());

$this->assertStarkSynchronized();
$users = $this->getLdapUserLogins();
$this->assertEquals(array('ironman'), $users);
}

private function getLdapUserLogins()
Expand Down

0 comments on commit 9f880c2

Please sign in to comment.