Skip to content

Commit

Permalink
Fix codec spec for 2.12 (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
moradology authored Apr 30, 2019
1 parent 7a3d380 commit f92a30b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add STRTA and migrate to CircleCI [#93](https://github.com/geotrellis/maml/pull/93)
- Add changelog and pull request template [#96](https://github.com/geotrellis/maml/pull/96)

### Changed
- Fixed 2.12 compilation in tests [#95](https://github.com/geotrellis/maml/pull/95)

## [0.3.2] - 2019-04-17
### Added
- Add hillshade [#77](https://github.com/geotrellis/maml/pull/77)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import org.scalatest._
import org.scalatest.prop._


class ExpressionTreeCodecSpec extends PropSpec with Checkers with LazyLogging {
class ExpressionTreeCodecSpec extends PropSpec with Checkers with LazyLogging with ExpressionTreeCodec {
property("bijective serialization on whole tree") {
check(forAll(Generators.genExpression()) { (ast: Expression) =>
logger.debug(s"Attempting to encode AST: $ast")
Expand Down

0 comments on commit f92a30b

Please sign in to comment.