Skip to content

Commit ea9b58d

Browse files
committed
remove comments and cruft from unit test
Signed-off-by: Jason T. Brown <[email protected]>
1 parent 44229d2 commit ea9b58d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

core/src/test/scala/org/locationtech/rasterframes/MaskingFunctionsSpec.scala

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -108,15 +108,6 @@ class MaskingFunctionsSpec extends TestEnvironment with RasterMatchers {
108108

109109
it("should throw if no nodata"){
110110
val noNoDataCellType = UByteCellType
111-
val cellTypeResult = noNoDataCellType match {
112-
case _: NoNoData 99
113-
case _ 0
114-
}
115-
// cellTypeResult should begreater (0)
116-
cellTypeResult should be >(0)
117-
118-
val cellTyperesult2 = CellType.noNoDataCellTypes.contains(noNoDataCellType)
119-
cellTyperesult2 should be (true)
120111

121112
val df = Seq(TestData.projectedRasterTile(5, 5, 42, TestData.extent, TestData.crs,
122113
noNoDataCellType))

0 commit comments

Comments
 (0)