Skip to content

Commit

Permalink
remove duplicate line
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Oct 11, 2012
1 parent 1110e26 commit 2dfb40b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Cake/Test/Case/Model/Behavior/TreeBehaviorNumberTest.php
Expand Up @@ -354,8 +354,6 @@ public function testAddMiddle() {
$expected = array_merge(array($modelClass => array('name' => 'testAddMiddle', $parentField => '2')), $result);
$this->assertSame($expected, $result);

$laterCount = $this->Tree->find('count');

$laterCount = $this->Tree->find('count');
$this->assertEquals($initialCount + 1, $laterCount);

Expand Down

0 comments on commit 2dfb40b

Please sign in to comment.