Skip to content

Commit a631c74

Browse files
committed
fix: fix namespace in testMakeWithMissingConfig
1 parent 46ae242 commit a631c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Support/DataObjectTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function testMakeWithValidData(): void
5151
public function testMakeWithMissingConfig(): void
5252
{
5353
$this->expectException(RuntimeException::class);
54-
$this->expectExceptionMessage('Missing required property `stringValue` in `Hypervel\\Tests\\Support\\TestDataObject`');
54+
$this->expectExceptionMessage('Missing required property `stringValue` in `Hypervel\Tests\Support\TestDataObject`');
5555

5656
TestDataObject::make([]);
5757
}

0 commit comments

Comments
 (0)