Skip to content

Commit

Permalink
fix typo: UnmarshallWindowFn should be UnmarshalWindowFn
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhengLin Li committed Dec 23, 2022
1 parent 2b6d9dc commit 68464b5
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 68464b5

Please sign in to comment.