From 2e2a55ff8d0457499d2efbdd1003e98904eadda0 Mon Sep 17 00:00:00 2001 From: CyrilFerlicot Date: Tue, 29 Nov 2022 15:58:17 +0100 Subject: [PATCH] Move test class to test package --- src/{Math-Matrix => Math-Tests-Matrix}/PMNDArrayTest.class.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/{Math-Matrix => Math-Tests-Matrix}/PMNDArrayTest.class.st (99%) diff --git a/src/Math-Matrix/PMNDArrayTest.class.st b/src/Math-Tests-Matrix/PMNDArrayTest.class.st similarity index 99% rename from src/Math-Matrix/PMNDArrayTest.class.st rename to src/Math-Tests-Matrix/PMNDArrayTest.class.st index f2bb1005..4486534d 100644 --- a/src/Math-Matrix/PMNDArrayTest.class.st +++ b/src/Math-Tests-Matrix/PMNDArrayTest.class.st @@ -1,7 +1,7 @@ Class { #name : #PMNDArrayTest, #superclass : #TestCase, - #category : #'Math-Matrix' + #category : #'Math-Tests-Matrix' } { #category : #tests }