We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a1a798 commit 486a489Copy full SHA for 486a489
src/test/scala/info/folone/scala/poi/PoiLoadFileSpec.scala
@@ -43,7 +43,7 @@ class PoiLoadFileSpec extends Specification {
43
val actual =
44
for (
45
row <- targetWorksheet.rows;
46
- StringCell(_, cell) <- row.cells
+ case StringCell(_, cell) <- row.cells
47
) yield cell
48
49
actual === expect
0 commit comments