Skip to content

Commit 2035e75

Browse files
aljones15TallTed
andauthored
Update tests/suites/data-model.js add missing period to end of bs58 reason.
Co-authored-by: Ted Thibodeau Jr <[email protected]>
1 parent 24fe1c9 commit 2035e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/suites/data-model.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export function dataModelSuite({
9292
expect(didDoc.publicKeyMultibase).to.be.a('string');
9393
expect(
9494
assertions.shouldBeBs58(didDoc.publicKeyMultibase),
95-
'Expected "publicKeyMultibase" to be Base58 encoded'
95+
'Expected "publicKeyMultibase" to be Base58 encoded.'
9696
).to.be.true;
9797
}
9898
});

0 commit comments

Comments
 (0)