Skip to content

Commit

Permalink
test(cite-detail): fix number of expected tests
Browse files Browse the repository at this point in the history
Typo, part of #443.
  • Loading branch information
pkra committed May 31, 2024
1 parent d9f6f6b commit c787ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/element-cite-detail.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import tape from 'tape';


tape('Template: cite-detail', async function(t) {
t.plan(2);
t.plan(1);

t.equal(article.querySelector('cite-detail').outerHTML, '<cite-detail>, Section 5</cite-detail>', 'cite-detail');
});

0 comments on commit c787ae6

Please sign in to comment.