Skip to content

Commit

Permalink
fix typo: UnmarshallWindowFn should be UnmarshalWindowFn (#24771)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenglin-charlie-li authored Dec 23, 2022
1 parent 2b6d9dc commit baa8910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/go/pkg/beam/core/runtime/exec/translate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ func TestMayFixDataSourceCoder(t *testing.T) {
}
}

func TestUnmarshallWindowFn(t *testing.T) {
func TestUnmarshalWindowFn(t *testing.T) {
tests := []struct {
name string
winFn *window.Fn
Expand Down

0 comments on commit baa8910

Please sign in to comment.