123456789101112131415 |
- // THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
- package codecommitiface_test
- import (
- "testing"
- "github.com/aws/aws-sdk-go/service/codecommit"
- "github.com/aws/aws-sdk-go/service/codecommit/codecommitiface"
- "github.com/stretchr/testify/assert"
- )
- func TestInterface(t *testing.T) {
- assert.Implements(t, (*codecommitiface.CodeCommitAPI)(nil), codecommit.New(nil))
- }
|