Skip to content

Commit

Permalink
replace paneinfo with pane
Browse files Browse the repository at this point in the history
  • Loading branch information
riteshghorse committed Sep 19, 2022
1 parent 347af85 commit d9fc06d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/go/test/regression/coders/fromyaml/fromyaml.go
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ func diff(c Coder, elem *exec.FullValue, eg yaml.MapItem) bool {
pass = false
}
case "pane":
pass = diffPane(item.Value, tm.PaneInfo)
pass = diffPane(item.Value, tm.Pane)
}
}
return pass
Expand Down

0 comments on commit d9fc06d

Please sign in to comment.