Skip to content

Commit 354f23b

Browse files
Fix PSR-4 autoloading warning from AddressTest (#122)
1 parent 9d2aa3a commit 354f23b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Data/AddressTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Data;
3+
namespace Tests\Data;
44

55
use DuncanMcClean\Cargo\Data\Address;
66
use PHPUnit\Framework\Attributes\Test;

0 commit comments

Comments
 (0)