Mateusz Jabłoński
Results
1
comments of
Mateusz Jabłoński
Just wanted to resurface this issue, as it also breaks the default convention for [Swift Testing](https://developer.apple.com/documentation/testing/definingtests) functions, like: ``` @Test func foodTruckExists() { // Test logic goes here. } ```