mirror of https://github.com/sbt/sbt.git
* test: Migrate FileInfoSpec.scala to verify.BasicTestSuite (#8542) Migrate FileInfoSpec.scala from ScalaTest's AnyFlatSpec to verify.BasicTestSuite, following the pattern established by other test files in the util-cache module. Changes: - Replace AnyFlatSpec class with BasicTestSuite object - Convert 'it should ... in' syntax to 'test(...)' syntax - Use Scala 3 syntax with colon indentation - Change === to == for assertions (BasicTestSuite style) - Add explicit Unit return types for consistency - Add 'end FileInfoSpec' marker Fixes #8542 |
||
|---|---|---|
| .. | ||
| src | ||
| NOTICE | ||