Skip to content

Commit

Permalink
Correct copy pasted assertion from jcs in rdfc.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Oct 30, 2024
1 parent 4093738 commit 4ab614d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/80-algorithms-rdfc.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ describe('eddsa-rdfc-2022 - Algorithms - Transformation', function() {
'Expected a cryptosuite identifier on the proof.');
proof.type.should.equal('DataIntegrityProof',
'Expected DataIntegrityProof type.');
proof.cryptosuite.should.equal('eddsa-jcs-2022',
'Expected eddsa-jcs-2022 cryptosuite.');
proof.cryptosuite.should.equal('eddsa-rdfc-2022',
'Expected eddsa-rdfc-2022 cryptosuite.');
}
});
});
Expand Down

0 comments on commit 4ab614d

Please sign in to comment.