Skip to content

Commit

Permalink
fixed github tag test
Browse files Browse the repository at this point in the history
  • Loading branch information
erikaheidi committed May 10, 2021
1 parent 1163eee commit 591fa7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/CustomTagTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
$parser = new ContentParser();
$article = $parser->parse(new Content($this->github_content), true);

expect(html_entity_decode($article->body_html))->toContain('"name": "erikaheidi/parsed"');
expect(html_entity_decode($article->body_html))->toContain('"name": "librarianphp/parsed"');
});

test('it parses video liquid tag', function () {
Expand Down

0 comments on commit 591fa7c

Please sign in to comment.