File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed 
flowcraft/tests/template_tests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ resolution
3131-  Added seed parameter to ` downsample_fastq `  component.
3232-  Added bacmet database to ` abricate `  component.
3333-  Added default docker option to avoid docker permission errors.
34- -  Added tests for ` mash_screen ` , ` mash_dist ` , ` mapping_patlas `  related  python 
34+ -  Added tests for ` mash_screen ` , ` mash_dist ` , ` mapping_patlas `  python 
3535templates
3636-  Changed the default URL generated by inspect and report commands. 
3737
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ def test_depth_file_reader(tmpdir):
6161    """ 
6262
6363    # create a temporary file to make a dict from 
64-     file  =  tmpdir .join ("test_depth_file.txt" )
64+     file_handle  =  tmpdir .join ("test_depth_file.txt" )
6565    file .write ("seq1\t 1\t 30" )
6666
6767    # execute the function to get the dict 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments