Skip to content
This repository has been archived by the owner on Sep 22, 2020. It is now read-only.

Commit

Permalink
Fix minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSaints committed Jun 3, 2020
1 parent 38c097a commit d701d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/mocks/clients.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func (a *MockClients) SFNClient(*string, *string, *string) aws.SFNAPI {
return a.SFN
}

// SFNClient returns
// DynamoDBClient returns
func (a *MockClients) DynamoDBClient(*string, *string, *string) aws.DynamoDBAPI {
return a.DynamoDB
}

0 comments on commit d701d91

Please sign in to comment.