recommenders
recommenders copied to clipboard
[FEATURE] Upgrade sarplus tests to incorporate the latest changes in ScalaTest
Description
Some of the types are changed in the latest ScalaTest. For example, FlatSpec
in ScalaTest 3.0.8 is removed from ScalaTest 3.2.12.
To make sarplus up-to-date, its tests should be updated.
Expected behavior with the suggested feature
All tests in sarplus/scala/src/test/scala/com/microsoft/sarplus/SARCacheOutputWriterSpec.scala should be accordingly upgraded.
Other Comments
@simonzhaoms has this been fixed? @SimonYansenZhao
@miguelgfierro Not yet. I'll try when I am available.