mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-23 00:39:13 +02:00
add tests for dealing with remotes
This commit is contained in:
@ -40,8 +40,8 @@ func main() {
|
||||
updateSnapshots,
|
||||
record,
|
||||
speedEnv,
|
||||
func(_t *testing.T, expected string, actual string) {
|
||||
assert.Equal(MockTestingT{}, expected, actual, fmt.Sprintf("expected:\n%s\nactual:\n%s\n", expected, actual))
|
||||
func(_t *testing.T, expected string, actual string, prefix string) {
|
||||
assert.Equal(MockTestingT{}, expected, actual, fmt.Sprintf("Unexpected %s. Expected:\n%s\nActual:\n%s\n", prefix, expected, actual))
|
||||
},
|
||||
includeSkipped,
|
||||
)
|
||||
|
Reference in New Issue
Block a user