terra-farm / terraform-provider-virtualbox

VirtualBox provider for Terraform
https://terra-farm.github.io/provider-virtualbox/
MIT License
323 stars 134 forks source link

Add test for image.verify() #108

Closed VoyTechnology closed 3 years ago

VoyTechnology commented 3 years ago

This test is mostly to satisfy the unused linter. The test should be expanded to actually test the function. Because of the change of the internal file type to io.ReadSeeker, it means that we can create a virtual file in the test, rather than relying on actual test files.