mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-28 16:02:01 +03:00
test: add an integration test for rename stash
This commit is contained in:
@ -111,3 +111,8 @@ func (s *Shell) CreateNCommits(n int) *Shell {
|
||||
|
||||
return s
|
||||
}
|
||||
|
||||
func (s *Shell) StashWithMessage(message string) *Shell {
|
||||
s.RunCommand(fmt.Sprintf(`git stash -m "%s"`, message))
|
||||
return s
|
||||
}
|
||||
|
Reference in New Issue
Block a user