Skip to content

Commit

Permalink
Update src/dbnode/integration/setup.go
Browse files Browse the repository at this point in the history
Co-authored-by: Linas Medžiūnas <[email protected]>
  • Loading branch information
gediminasgu and linasm authored Jan 12, 2021
1 parent d7e69a0 commit 6ae7dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dbnode/integration/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ type TestSetup interface {
InitializeBootstrappers(opts InitializeBootstrappersOptions) error
}

// StorageOption is a reference to storage options function
// StorageOption is a reference to storage options function.
type StorageOption func(storage.Options) storage.Options

// NewTestSetup returns a new test setup for non-dockerized integration tests.
Expand Down

0 comments on commit 6ae7dbb

Please sign in to comment.