codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/MiddlewareStackSnapshotTests.java [128:140]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                        })
                    })
                    if _, ok := err.(snapshotOK); !ok && err != nil {
                        t.Fatal(err)
                    }
                }
                """,
                MapUtils.of(
                        "testingT", GoStdlibTypes.Testing.T,
                        "contextBackground", GoStdlibTypes.Context.Background,
                        "middlewareStack", SmithyGoTypes.Middleware.Stack,
                        "operation", symbolProvider.toSymbol(operation).getName()
                ));
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/MiddlewareStackSnapshotTests.java [150:162]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                        })
                    })
                    if _, ok := err.(snapshotOK); !ok && err != nil {
                        t.Fatal(err)
                    }
                }
                """,
                MapUtils.of(
                        "testingT", GoStdlibTypes.Testing.T,
                        "contextBackground", GoStdlibTypes.Context.Background,
                        "middlewareStack", SmithyGoTypes.Middleware.Stack,
                        "operation", symbolProvider.toSymbol(operation).getName()
                ));
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



