Skip to content

Commit 31b1e6f

Browse files
committed
Fixed broken unit test
1 parent 03d8234 commit 31b1e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/EncryptionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function testInvalidCipherException(): void
2828
public function testCipherNotImplementedException(): void
2929
{
3030
$this->expectException(CipherNotImplementedException::class);
31-
Encryption::getEncryptionObject('AES-128-OCB');
31+
Encryption::getEncryptionObject('ID-AES128-WRAP-PAD');
3232
}
3333

3434
public function testCreateClassName(): void

0 commit comments

Comments
 (0)