Skip to content

Commit

Permalink
Update internal/sharedtest/mocks/mock_data_destination.go
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew M. Keeler <[email protected]>
  • Loading branch information
cwaldren-ld and keelerm84 authored Sep 18, 2024
1 parent caa08f5 commit b3af68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/sharedtest/mocks/mock_data_destination.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"github.com/stretchr/testify/assert"
)

// MockDataDestination is a mock implementation of a data destination used tests involving FDv2 data sources.
// MockDataDestination is a mock implementation of a data destination used by tests involving FDv2 data sources.
type MockDataDestination struct {
DataStore *CapturingDataStore
Statuses chan interfaces.DataSourceStatus
Expand Down

0 comments on commit b3af68a

Please sign in to comment.