Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brharrington committed Sep 19, 2023
1 parent 7e09ac4 commit d4bfd31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ class FinalExprEvalSuite extends FunSuite {
assertEquals(timeseries.size, 6)
timeseries.zip(expected).foreach {
case (envelope, expectedValue) =>
val ts = envelope.message.asInstanceOf[TimeSeriesMessage]
val ts = envelope.getMessage.asInstanceOf[TimeSeriesMessage]
checkValue(ts, expectedValue)
}
}
Expand Down

0 comments on commit d4bfd31

Please sign in to comment.