Skip to content

Commit

Permalink
Update test name.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlehn committed May 19, 2023
1 parent 9efcb2d commit 7e27edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/misc.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describe.only('API tests', () => {
assert(error);
});

it('should return maps', async () => {
it('should set canonicalIdMap data', async () => {
const input = `\
_:b0 <urn:p0> _:b1 .
_:b1 <urn:p1> "v1" .
Expand Down

0 comments on commit 7e27edf

Please sign in to comment.