We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 103b8e1 commit 6715fe7Copy full SHA for 6715fe7
test/utils.spec.js
@@ -34,7 +34,7 @@ describe('utils tests', function () {
34
35
it('check genBNID',function(){
36
const bnid = UTILS.genBNID();
37
- expect(bnid.substring(0, 2)).to.equal("_:");
+ expect(bnid.substring(0, 4)).to.equal("doc:");
38
})
39
40
it('check getShorthand',function(){
0 commit comments