We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c50f701 commit fbec49aCopy full SHA for fbec49a
1 file changed
internal/tty/session_test.go
@@ -72,7 +72,7 @@ func TestCapturePaneOutput_CommandArgs(t *testing.T) {
72
// This is covered by code review and the function signature test below.
73
74
// Verify the function is callable with expected parameter types
75
- var _ func(string, int) (string, error) = CapturePaneOutput
+ var _ = CapturePaneOutput
76
}
77
78
func TestSendSGRMouse_BoundsCheck(t *testing.T) {
0 commit comments