summaryrefslogtreecommitdiffstats
path: root/tests/unit/articleenhancer/EnhancerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/articleenhancer/EnhancerTest.php')
-rw-r--r--tests/unit/articleenhancer/EnhancerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/articleenhancer/EnhancerTest.php b/tests/unit/articleenhancer/EnhancerTest.php
index 2223b1d06..49222a34d 100644
--- a/tests/unit/articleenhancer/EnhancerTest.php
+++ b/tests/unit/articleenhancer/EnhancerTest.php
@@ -95,7 +95,7 @@ class EnhancerTest extends \PHPUnit_Framework_TestCase {
$result = $this->enhancer->enhance($item, 'test');
- $this->assertEquals(3, $item->getBody());
+ $this->assertEquals(3, $result->getBody());
}
} \ No newline at end of file