Skip to content

Commit df7e572

Browse files
authored
Update tests/suites/data-model.js Remove trailing A from end of sentence.
1 parent 2035e75 commit df7e572

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
@@ -64,7 +64,7 @@ export function dataModelSuite({
6464
}
6565
it('The publicKeyMultibase value of the verification method MUST ' +
6666
'start with the base-58-btc prefix (z), as defined in the ' +
67-
'Multibase section of Controller Documents 1.0. A ',
67+
'Multibase section of Controller Documents 1.0. ',
6868
async function() {
6969
this.test.link = 'https://w3c.github.io/vc-di-ecdsa/#data-model:~:text=The%20publicKeyMultibase%20value%20of%20the%20verification%20method%20MUST%20start%20with%20the%20base%2D58%2Dbtc%20prefix%20(z)%2C%20as%20defined%20in%20the%20Multibase%20section%20of%20Controller%20Documents%201.0.';
7070
assertBefore();

0 commit comments

Comments
 (0)