Skip to content

Commit 097e46c

Browse files
committed
Remove exception message check
1 parent 91dae6b commit 097e46c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/src/ValueAbstracts/KeyPairFilenameConfigTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ public function testGetPrivateKeyStringThrowsExceptionWhenFileCannotBeRead(): vo
141141

142142
try {
143143
$this->expectException(RuntimeException::class);
144-
$this->expectExceptionMessage('file');
145144
$config->getPrivateKeyString();
146145
} finally {
147146
chmod($unreadableFile, 0666);

0 commit comments

Comments
 (0)