mirror of https://github.com/sbt/sbt.git
* test: Migrate UpdateReportSpec to verify.BasicTestSuite (#8543) Migrate UpdateReportSpec.scala from ScalaTest's AnyFlatSpec + Matchers to verify.BasicTestSuite, following the pattern established by other test files in the lm-core module. Changes: - Replace AnyFlatSpec class with BasicTestSuite object - Remove ScalaTest Matchers dependency - Convert 'should ... in' syntax to 'test(...)' syntax - Use Scala 3 syntax with colon indentation - Change === to == for assertions (BasicTestSuite style) - Add explicit types for lazy vals - Add 'end UpdateReportSpec' marker Fixes #8543 * Update lm-core/src/test/scala/UpdateReportSpec.scala --------- Co-authored-by: GlobalStar117 <GlobalStar117@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| src | ||
| NOTICE | ||