mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 21:05:48 +02:00
better namespacing for assertions
This commit is contained in:
parent
be30cbb375
commit
09e80e5f2a
36 changed files with 328 additions and 294 deletions
|
@ -5,7 +5,7 @@ type CommitMessagePanelAsserter struct {
|
|||
input *Input
|
||||
}
|
||||
|
||||
func (self *CommitMessagePanelAsserter) getViewAsserter() *ViewAsserter {
|
||||
func (self *CommitMessagePanelAsserter) getViewAsserter() *Views {
|
||||
return self.assert.Views().ByName("commitMessage")
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue