File tree Expand file tree Collapse file tree 4 files changed +18
-73
lines changed 
Tests/AsyncDataLoaderTests Expand file tree Collapse file tree 4 files changed +18
-73
lines changed Load Diff This file was deleted. 
Original file line number Diff line number Diff line change 1+ name : test 
2+ 
3+ on :
4+   push :
5+     branches : [ main ] 
6+   pull_request :
7+     branches : [ main ] 
8+   workflow_dispatch :
9+ 
10+ jobs :
11+   lint :
12+     uses : graphqlswift/ci/.github/workflows/lint.yaml@main 
13+ 
14+   test :
15+     uses : graphqlswift/ci/.github/workflows/test.yaml@main 
16+     with :
17+       include_android : false 
Original file line number Diff line number Diff line change 1- // swift-tools-version:5.9 
1+ // swift-tools-version:5.8 
22// The swift-tools-version declares the minimum version of Swift required to build this package.
33
44import  PackageDescription
Original file line number Diff line number Diff line change @@ -571,7 +571,6 @@ final class DataLoaderTests: XCTestCase {
571571        let  identityLoader  =  DataLoader < String ,  String > ( 
572572            options:  DataLoaderOptions ( executionPeriod:  sleepConstant) 
573573        )  {  keys in 
574- 
575574            keys. map  {  DataLoaderValue . success ( $0)  } 
576575        } 
577576
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments