Skip to content

Commit 486a489

Browse files
committed
prepare Scala 3.4
1 parent 3a1a798 commit 486a489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/scala/info/folone/scala/poi/PoiLoadFileSpec.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class PoiLoadFileSpec extends Specification {
4343
val actual =
4444
for (
4545
row <- targetWorksheet.rows;
46-
StringCell(_, cell) <- row.cells
46+
case StringCell(_, cell) <- row.cells
4747
) yield cell
4848

4949
actual === expect

0 commit comments

Comments
 (0)