Skip to content

Commit 6715fe7

Browse files
committed
fix test genBNID
1 parent 103b8e1 commit 6715fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ describe('utils tests', function () {
3434

3535
it('check genBNID',function(){
3636
const bnid = UTILS.genBNID();
37-
expect(bnid.substring(0, 2)).to.equal("_:");
37+
expect(bnid.substring(0, 4)).to.equal("doc:");
3838
})
3939

4040
it('check getShorthand',function(){

0 commit comments

Comments
 (0)