From 931bf3e2f65c6cb3c0e2b97fadf81c5af9452ea7 Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Thu, 31 Aug 2023 17:40:50 -0400 Subject: [PATCH] Improve test names. --- tests/misc.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/misc.js b/tests/misc.js index 92e3bbcf..0a78fc83 100644 --- a/tests/misc.js +++ b/tests/misc.js @@ -1885,7 +1885,7 @@ _:b0 "[null]"^^ . }); }); - 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": { @@ -1912,7 +1912,7 @@ _:b0 "[null]"^^ . }); }); - it('should not emit for @graph with empty array (2)', async () => { + it('should not emit for @graph with empty array', async () => { const input = { "@context": {