mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-24 02:10:31 -05:00
7 lines
109 B
Go
7 lines
109 B
Go
package docker
|
|
|
|
import "testing"
|
|
|
|
func TestMockDriver_impl(t *testing.T) {
|
|
var _ Driver = new(MockDriver)
|
|
}
|