Skip to content

Commit 2f9824d

Browse files
Updated test.
1 parent 37dd86a commit 2f9824d

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
@@ -462,7 +462,7 @@ DataFrameTest >> testAsDataFrameWithUnevenRowElements [
462462
actual := #( #( 1 2 )
463463
#( 3 4 5 )
464464
#( 6 7 8 9 ) ) asDataFrame.
465-
expected := DataFrame withRows: #( #( 1 2 nil ) #( 3 4 5 ) #( 6 7 8 9 ) ).
465+
expected := DataFrame withRows: #( #( 1 2 ) #( 3 4 5 ) #( 6 7 8 9 ) ).
466466

467467
self assert: actual equals: expected
468468
]

0 commit comments

Comments
 (0)