https://github.com/apple/swift-testing/pull/482 removes the _testCase field if the test isn't parameterized. The code that recorded issues relied on this being present. If the issue for a parameterized test case then just extract the test from the testID.
https://github.com/apple/swift-testing/pull/482 removes the
_testCase
field if the test isn't parameterized. The code that recorded issues relied on this being present. If the issue for a parameterized test case then just extract the test from the testID.