File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ func defaultOptions() options {
1717 }
1818}
1919
20- // Satisfy the testcontainers.CustomizeRequestOption interface
20+ // Satisfy the testcontainers.ContainerCustomizer interface
2121var _ testcontainers.ContainerCustomizer = (Option )(nil )
2222
2323// Option is an option for the Azurite container.
@@ -38,6 +38,7 @@ func WithEnabledServices(services ...service) Option {
3838 for _ , s := range services {
3939 switch s {
4040 case blobService , queueService , tableService :
41+ // valid service, continue
4142 default :
4243 return fmt .Errorf ("unknown service: %s" , s )
4344 }
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ func defaultOptions() options {
2323 }
2424}
2525
26- // Satisfy the testcontainers.CustomizeRequestOption interface
26+ // Satisfy the testcontainers.ContainerCustomizer interface
2727var _ testcontainers.ContainerCustomizer = (Option )(nil )
2828
2929// Option is an option for the EventHubs container.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ func defaultOptions() options {
2323 }
2424}
2525
26- // Satisfy the testcontainers.CustomizeRequestOption interface
26+ // Satisfy the testcontainers.ContainerCustomizer interface
2727var _ testcontainers.ContainerCustomizer = (Option )(nil )
2828
2929// Option is an option for the ServiceBus container.
You can’t perform that action at this time.
0 commit comments