Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b57a89e

Browse files
authoredMay 27, 2025··
Merge v2.1 into v2.x (#1713)
2 parents f9af8ef + e72d7b8 commit b57a89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/SpecTests/ClientSideEncryptionSpecTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ public function testViewsAreProhibited(): void
612612
$previous = $e->getPrevious();
613613

614614
$this->assertInstanceOf(EncryptionException::class, $previous);
615-
$this->assertSame('cannot auto encrypt a view', $previous->getMessage());
615+
$this->assertStringContainsString('cannot auto encrypt a view', $previous->getMessage());
616616
}
617617
}
618618

0 commit comments

Comments
 (0)
Please sign in to comment.