Skip to content

Commit 48f94b2

Browse files
Corrected the name of the test method to match the method name.
Pharo is then able to put a dot next to the method in production.
1 parent 4d5770c commit 48f94b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Math-Tests-Complex/PMComplexTest.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ PMComplexTest >> testComplexCollection [
194194
]
195195

196196
{ #category : #tests }
197-
PMComplexTest >> testConjugated [
197+
PMComplexTest >> testComplexConjugate [
198198
| z complexConjugateOfZ expected |
199199
z := 5 - 6 i.
200200

0 commit comments

Comments
 (0)