interface_test.go 364 B

123456789101112131415
  1. // THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
  2. package redshiftiface_test
  3. import (
  4. "testing"
  5. "github.com/aws/aws-sdk-go/service/redshift"
  6. "github.com/aws/aws-sdk-go/service/redshift/redshiftiface"
  7. "github.com/stretchr/testify/assert"
  8. )
  9. func TestInterface(t *testing.T) {
  10. assert.Implements(t, (*redshiftiface.RedshiftAPI)(nil), redshift.New(nil))
  11. }