File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2121
2222 @Test (
2323 . disabled( " unable to run spectest on Android due to missing files on emulator " , platforms: [ . android] ) ,
24- arguments: try SpectestDiscovery ( path: Self . testPaths) . discover ( )
24+ arguments: try SpectestDiscovery ( path: SpectestTests . testPaths) . discover ( )
2525 )
2626 func run( test: TestCase ) throws {
2727 let defaultConfig = EngineConfiguration ( )
3131
3232 @Test (
3333 . disabled( " unable to run spectest on Android due to missing files on emulator " , platforms: [ . android] ) ,
34- arguments: try SpectestDiscovery ( path: Self . testPaths) . discover ( )
34+ arguments: try SpectestDiscovery ( path: SpectestTests . testPaths) . discover ( )
3535 )
3636 func runWithTokenThreading( test: TestCase ) throws {
3737 let defaultConfig = EngineConfiguration ( )
You can’t perform that action at this time.
0 commit comments