Skip to content

Commit baa8910

Browse files
fix typo: UnmarshallWindowFn should be UnmarshalWindowFn (#24771)
1 parent 2b6d9dc commit baa8910

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdks/go/pkg/beam/core/runtime/exec/translate_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ func TestMayFixDataSourceCoder(t *testing.T) {
184184
}
185185
}
186186

187-
func TestUnmarshallWindowFn(t *testing.T) {
187+
func TestUnmarshalWindowFn(t *testing.T) {
188188
tests := []struct {
189189
name string
190190
winFn *window.Fn

0 commit comments

Comments
 (0)