Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Herman committed May 17, 2016
1 parent af6c713 commit f2bc6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-helper-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,6 @@ public function test_timeline_express_get_announcement_content() {
// Grab the announcement date
$announcement_content = trim( timeline_express_get_announcement_content( $announcement_id ) );
// $announcement_date = get_post_meta( $announcement_id, 'announcement_date', true );
$this->assertEquals( $announcement_content, '<p>This is some test content for our announcement.</p>' );
$this->assertEquals( $announcement_content, 'This is some test content for our announcement.' );
}
}

0 comments on commit f2bc6c2

Please sign in to comment.