Skip to content

Commit 5ce4593

Browse files
committed
Classify unclassified methods
1 parent 34e9aa7 commit 5ce4593

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/DataFrame-IO-Tests/DataFrameCsvWriterTest.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Class {
1010
#category : #'DataFrame-IO-Tests'
1111
}
1212

13-
{ #category : #'as yet unclassified' }
13+
{ #category : #running }
1414
DataFrameCsvWriterTest >> readFile: aFileReference [
1515
| stream contents |
1616
stream := aFileReference readStream.

src/DataFrame-Tests/DataSeriesTest.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ DataSeriesTest >> testBooleanLessThanWithSeriesDifferentNames [
792792
self assert: firstSeries < secondSeries equals: expected.
793793
]
794794

795-
{ #category : #'as yet unclassified' }
795+
{ #category : #tests }
796796
DataSeriesTest >> testCalculateDataType [
797797

798798
| newSeries |

0 commit comments

Comments
 (0)