using another fn for file deletion
This commit is contained in:
		
							parent
							
								
									b59ac37b2c
								
							
						
					
					
						commit
						a43e055916
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		|  | @ -157,8 +157,8 @@ test "with default extensions", %{url: url} do | ||||||
|       assert File.exists?(files_json) |       assert File.exists?(files_json) | ||||||
| 
 | 
 | ||||||
|       on_exit(fn -> |       on_exit(fn -> | ||||||
|         File.rm_rf!(pack_json) |         File.rm!(pack_json) | ||||||
|         File.rm_rf!(files_json) |         File.rm!(files_json) | ||||||
|       end) |       end) | ||||||
|     end |     end | ||||||
| 
 | 
 | ||||||
|  | @ -218,8 +218,8 @@ test "with custom extensions and update existing files", %{url: url} do | ||||||
|       assert captured =~ "#{pack_json} has been updated with the pack2 pack" |       assert captured =~ "#{pack_json} has been updated with the pack2 pack" | ||||||
| 
 | 
 | ||||||
|       on_exit(fn -> |       on_exit(fn -> | ||||||
|         File.rm_rf!(pack_json) |         File.rm!(pack_json) | ||||||
|         File.rm_rf!(files_json) |         File.rm!(files_json) | ||||||
|       end) |       end) | ||||||
|     end |     end | ||||||
|   end |   end | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 Alexander Strizhakov
						Alexander Strizhakov