Skip to content

Commit

Permalink
fix: typo after wrong copy&paste
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Sep 24, 2024
1 parent 6c30d88 commit dda3352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/etcd/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func defaultOptions(req *testcontainers.ContainerRequest) options {
// Compiler check to ensure that Option implements the testcontainers.ContainerCustomizer interface.
var _ testcontainers.ContainerCustomizer = (Option)(nil)

// Option is an option for the Redpanda container.
// Option is an option for the Etcd container.
type Option func(*options)

// Customize is a NOOP. It's defined to satisfy the testcontainers.ContainerCustomizer interface.
Expand Down

0 comments on commit dda3352

Please sign in to comment.