mirror of https://github.com/sbt/sbt.git
Migrate ManagedLoggerSpec.scala from ScalaTest's AnyFlatSpec + Matchers to verify.BasicTestSuite, following the pattern established by other test files in the sbt codebase. 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 - Add explicit types for val definitions - Convert for comprehension to for-do syntax - Add 'end ManagedLoggerSpec' marker |
||
|---|---|---|
| .. | ||
| src | ||
| NOTICE | ||