diff --git a/cmd/slackdump/internal/ui/bubbles/filemgr/filemgr_test.go b/cmd/slackdump/internal/ui/bubbles/filemgr/filemgr_test.go index 068df6bf..b0fe0c32 100644 --- a/cmd/slackdump/internal/ui/bubbles/filemgr/filemgr_test.go +++ b/cmd/slackdump/internal/ui/bubbles/filemgr/filemgr_test.go @@ -246,7 +246,7 @@ func TestModel_View(t *testing.T) { files: []fs.FileInfo{}, ShowHelp: true, }, - want: "No files found, press [Backspace]\n\n ↑↓ move•[⏎] select•[⇤] back•[q] quit\n", + want: "No files found, press [Backspace]\n\n ↑↓ move•[⏎] select•[⇤] back•[q] quit", }, { name: "window height less than number of files", diff --git a/cmd/slackdump/internal/ui/cfgui/model_test.go b/cmd/slackdump/internal/ui/cfgui/model_test.go index 3544c59a..3da7f2ed 100644 --- a/cmd/slackdump/internal/ui/cfgui/model_test.go +++ b/cmd/slackdump/internal/ui/cfgui/model_test.go @@ -1,9 +1,7 @@ package cfgui -import "fmt" - -func Example_model_View() { - m := New() - fmt.Println(m.View()) - // Output: -} +// func Example_model_View() { +// m := New() +// fmt.Println(m.View()) +// // Output: +// }