Skip to content

Commit 58fa508

Browse files
committed
Fix dataframe test
1 parent 1625037 commit 58fa508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/kotlin/org/jetbrains/kotlinx/jupyter/test/repl/ReplWithTestResolverTests.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class ReplWithTestResolverTests : AbstractSingleReplTest() {
4747
dataFrameOf(name, height)(
4848
"Bill", 135,
4949
"Mark", 160
50-
).typed<Unit>()
50+
)
5151
""".trimIndent()
5252
)
5353

0 commit comments

Comments
 (0)