Skip to content

Commit

Permalink
Improve test names.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlehn committed Aug 31, 2023
1 parent 1861d7e commit 931bf3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/misc.js
Original file line number Diff line number Diff line change
Expand Up @@ -1885,7 +1885,7 @@ _:b0 <ex:p> "[null]"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#JSON> .
});
});

it('should emit for @graph with empty array (1)', async () => {
it('should emit with only @id and @graph with empty array', async () => {
const input =
{
"@context": {
Expand All @@ -1912,7 +1912,7 @@ _:b0 <ex:p> "[null]"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#JSON> .
});
});

it('should not emit for @graph with empty array (2)', async () => {
it('should not emit for @graph with empty array', async () => {
const input =
{
"@context": {
Expand Down

0 comments on commit 931bf3e

Please sign in to comment.