Skip to content

Commit 48b8cb8

Browse files
Changed method name in the test. Fixes #219
1 parent 5f245f1 commit 48b8cb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/DataFrame-Tests/DataFrameTest.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3709,7 +3709,7 @@ dataFrame := DataFrame withRows: #(
37093709
dataFrame rowNames: #(A B C D E).
37103710
dataFrame columnNames: #(City Population BeenThere).
37113711

3712-
dataFrame removeDuplicateRows.
3712+
dataFrame removeDuplicatedRows.
37133713
self assert: df equals: dataFrame.
37143714

37153715
]

0 commit comments

Comments
 (0)