Completed
Push — 1.0.0 ( 404eee...ce26bf )
by Alex
17s queued 10s
created
tests/Collection/IdCollectionTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
     public function testGivenAnInvalidValueItThrowsAnException(): void
66 66
     {
67 67
         $this->expectException(InvalidArgumentException::class);
68
-        $this->expectExceptionMessage("Provided value is not a valid " . Id::class);
68
+        $this->expectExceptionMessage("Provided value is not a valid ".Id::class);
69 69
 
70 70
         $id1 = new stdClass();
71 71
 
Please login to merge, or discard this patch.