Skip to content

Commit c9f05cb

Browse files
author
Daniel Gomes
committed
Fix namespace of tests
1 parent 3148b47 commit c9f05cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"autoload": {
2626
"psr-4": {
2727
"DCSG\\ImmutableCollections\\": "src",
28-
"Test\\DCSG\\ImmutableCollections\\": "tests"
28+
"Tests\\DCSG\\ImmutableCollections\\": "tests"
2929
}
3030
},
3131
"scripts": {

0 commit comments

Comments
 (0)