diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-18 08:05:32 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-18 08:05:32 +0300 |
| commit | a80ad2b4691d0df63f68c6977ee18444e7bb752f (patch) | |
| tree | 6edc47fcc3c929856826432cf3df3394a14934e8 /internal/tmuxedit/send_test.go | |
| parent | 4ffb22e7f69f1c9c79b095d4e60bad3d97aac55b (diff) | |
ik0 replace remaining test seams with DI
Diffstat (limited to 'internal/tmuxedit/send_test.go')
| -rw-r--r-- | internal/tmuxedit/send_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/tmuxedit/send_test.go b/internal/tmuxedit/send_test.go index 3fdd27b..64e1d36 100644 --- a/internal/tmuxedit/send_test.go +++ b/internal/tmuxedit/send_test.go @@ -7,7 +7,7 @@ import ( ) func noSleepDeps() tmuxEditDeps { - return tmuxEditDeps{sleepAfterClear: func() {}} + return tmuxEditDeps{sleepAfterClear: func() {}, sleepAfterEscape: func() {}} } func TestDeduplicateText(t *testing.T) { |
