Skip to content

Commit

Permalink
Fixed typo in class name
Browse files Browse the repository at this point in the history
  • Loading branch information
craigtaverner committed Aug 24, 2018
1 parent 330c8b4 commit 9704303
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import scala.collection.JavaConversions._
* }}}
*
*/
class SemanticIndexpAcceptanceTest extends ExecutionEngineFunSuite with PropertyChecks {
class SemanticIndexAcceptanceTest extends ExecutionEngineFunSuite with PropertyChecks {

private val allCRS: Map[Int, Array[CoordinateReferenceSystem]] = CoordinateReferenceSystem.all().toArray.groupBy(_.getDimension)
private val allCRSDimensions = allCRS.keys.toArray
Expand Down

0 comments on commit 9704303

Please sign in to comment.