File tree Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,6 @@ use common::identity_eq;
3232use  common:: resource_helpers:: create_project; 
3333use  common:: test_setup; 
3434
35- #[ macro_use]  
36- extern  crate  slog; 
37- 
3835/* 
3936 * TODO-cleanup the mess of URLs used here and in test_instances.rs ought to 
4037 * come from common code. 
Original file line number Diff line number Diff line change @@ -29,9 +29,6 @@ use common::identity_eq;
2929use  common:: resource_helpers:: create_project; 
3030use  common:: test_setup; 
3131
32- #[ macro_use]  
33- extern  crate  slog; 
34- 
3532#[ tokio:: test]  
3633async  fn  test_instances ( )  { 
3734    let  cptestctx = test_setup ( "test_instances" ) . await ; 
Original file line number Diff line number Diff line change 11//! Integration tests for oximeter collectors and producers. 
22
3- mod  common; 
3+ pub   mod  common; 
44
55use  uuid:: Uuid ; 
66
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments