Skip to content

Commit 2e2a55f

Browse files
committed
Move test class to test package
1 parent 95f6f9a commit 2e2a55f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Math-Matrix/PMNDArrayTest.class.st renamed to src/Math-Tests-Matrix/PMNDArrayTest.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Class {
22
#name : #PMNDArrayTest,
33
#superclass : #TestCase,
4-
#category : #'Math-Matrix'
4+
#category : #'Math-Tests-Matrix'
55
}
66

77
{ #category : #tests }

0 commit comments

Comments
 (0)