summaryrefslogtreecommitdiffstats
path: root/pkg/commands/files_test.go
diff options
context:
space:
mode:
authorDavyd McColl <davydm@gmail.com>2021-05-28 13:27:55 +0200
committerJesse Duffield <jessedduffield@gmail.com>2021-07-01 17:13:13 +1000
commit3f96537380ea55e7542eea129474620a9c3de01a (patch)
tree2444f214509d185efb58453ad9ffc5a4a5e2749e /pkg/commands/files_test.go
parenta9f04d3925bff4ec487a8c622ce84c79ef64ab87 (diff)
:white_check_mark: update test to pass in default ignore-whitespace flag (false)
Diffstat (limited to 'pkg/commands/files_test.go')
-rw-r--r--pkg/commands/files_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/commands/files_test.go b/pkg/commands/files_test.go
index 8b147fa35..16583adc7 100644
--- a/pkg/commands/files_test.go
+++ b/pkg/commands/files_test.go
@@ -411,7 +411,7 @@ func TestGitCommandDiff(t *testing.T) {
t.Run(s.testName, func(t *testing.T) {
gitCmd := NewDummyGitCommand()
gitCmd.OSCommand.Command = s.command
- gitCmd.WorktreeFileDiff(s.file, s.plain, s.cached)
+ gitCmd.WorktreeFileDiff(s.file, s.plain, s.cached, false)
})
}
}