This is an automated email from the ASF dual-hosted git repository. lostluck pushed a commit to branch lostluck-typofix in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/lostluck-typofix by this push: new fdbad4a Update registry_test.go fdbad4a is described below commit fdbad4a2706b1356a78a6af587834ff201d04b6c Author: Robert Burke <lostl...@users.noreply.github.com> AuthorDate: Thu Oct 14 11:33:27 2021 -0700 Update registry_test.go Typo in registry_test.go --- sdks/go/pkg/beam/core/runtime/xlangx/registry_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/go/pkg/beam/core/runtime/xlangx/registry_test.go b/sdks/go/pkg/beam/core/runtime/xlangx/registry_test.go index db0d8c2..1a21a57 100644 --- a/sdks/go/pkg/beam/core/runtime/xlangx/registry_test.go +++ b/sdks/go/pkg/beam/core/runtime/xlangx/registry_test.go @@ -61,7 +61,7 @@ func TestRegistry(t *testing.T) { if err := reg.RegisterOverrideForUrn(urn, overrideAddr); err != nil { t.Errorf("RegisterOverrideForUrn(%v, %v) error: %v", urn, overrideAddr, err) } - // Checks that even with a registered handler, we get the query service intead. + // Checks that even with a registered handler, we get the query service instead. checkLookup(t, urn, "handler:wow", overrideAddr, QueryExpansionService, "QueryExpansionService") overrideAddr = "handler:wow"