Skip to content

Commit 91dae6b

Browse files
committed
Update message
1 parent 42ae3a6 commit 91dae6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/ValueAbstracts/KeyPairFilenameConfigTest.php

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

142142
try {
143143
$this->expectException(RuntimeException::class);
144-
$this->expectExceptionMessage('Could not read file');
144+
$this->expectExceptionMessage('file');
145145
$config->getPrivateKeyString();
146146
} finally {
147147
chmod($unreadableFile, 0666);

0 commit comments

Comments
 (0)