Skip to content

Commit

Permalink
wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
Firehed committed Nov 19, 2023
1 parent f39edf8 commit 0d4b1eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Codecs/CredentialTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
BinaryString,
COSEKey,
CredentialInterface,
Credential as CredentialObj,
CredentialV1,
};

/**
Expand All @@ -24,7 +24,7 @@ public function testRoundtrip(): void
$cbor = hex2bin($cborHex);
assert($cbor !== false);
$coseKey = new COSEKey(new BinaryString($cbor));
$credential = new CredentialObj(
$credential = new CredentialV1(
new BinaryString(random_bytes(10)),
$coseKey,
15,
Expand Down

0 comments on commit 0d4b1eb

Please sign in to comment.