summaryrefslogtreecommitdiffstats
path: root/tui/tui_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tui/tui_test.go')
-rw-r--r--tui/tui_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/tui/tui_test.go b/tui/tui_test.go
index 0e80d7a..33a600d 100644
--- a/tui/tui_test.go
+++ b/tui/tui_test.go
@@ -192,7 +192,7 @@ func TestDirSelected(t *testing.T) {
fin := testdir.CreateTestDir()
defer fin()
- ui := getAnalyzedPathMockedApp(t, true, true, false)
+ ui := getAnalyzedPathMockedApp(t, true, false, false)
ui.done = make(chan struct{})
ui.fileItemSelected(0, 0)
@@ -814,7 +814,7 @@ func getDevicesInfoMock() device.DevicesInfoGetter {
return mock
}
-func getAnalyzedPathMockedApp(t *testing.T, useColors, apparentSize bool, mockedAnalyzer bool) *UI {
+func getAnalyzedPathMockedApp(t *testing.T, useColors, apparentSize, mockedAnalyzer bool) *UI {
simScreen := testapp.CreateSimScreen()
defer simScreen.Fini()