Skip to content

Commit e464add

Browse files
committed
Fix assertion to match data provider. References #379.
1 parent e4cdfe3 commit e464add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CascadeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public function it_doesnt_parse_php_in_antlers($antlers, $output)
165165
->withCurrent($entry)
166166
->get();
167167

168-
$this->assertNotEquals('hello', $data['description']);
168+
$this->assertNotEquals('php used', $data['description']);
169169
$this->assertEquals($output, $data['description']);
170170
}
171171

0 commit comments

Comments
 (0)