mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-31 14:24:25 +03:00
migrate patch building tests
This commit is contained in:
@ -12,7 +12,7 @@ func (self *SearchDriver) getViewDriver() *ViewDriver {
|
||||
}
|
||||
|
||||
// asserts on the text initially present in the prompt
|
||||
func (self *SearchDriver) InitialText(expected *matcher) *SearchDriver {
|
||||
func (self *SearchDriver) InitialText(expected *Matcher) *SearchDriver {
|
||||
self.getViewDriver().Content(expected)
|
||||
|
||||
return self
|
||||
|
Reference in New Issue
Block a user