Skip to content

Commit 62f6526

Browse files
committed
fix: example name
1 parent f2ef8dd commit 62f6526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/localstack/examples_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ func ExampleRunContainer_legacyMode() {
117117
// version=localstack/localstack:0.10.0. Testcontainers for Go does not support running LocalStack in legacy mode. Please use a version >= 0.11.0
118118
}
119119

120-
func ExampleRunContainer_UsingLambdas() {
120+
func ExampleRunContainer_usingLambdas() {
121121
ctx := context.Background()
122122

123123
flagsFn := func() string {

0 commit comments

Comments
 (0)