(t *testing.T)
| 36 | } |
| 37 | |
| 38 | func TestCleanUseLineStripsFlagsSuffix(t *testing.T) { |
| 39 | line := cleanUseLine("hey recordings <calendar-id> [flags]") |
| 40 | if line != "hey recordings <calendar-id>" { |
| 41 | t.Fatalf("cleanUseLine() = %q", line) |
| 42 | } |
| 43 | } |
nothing calls this directly
no test coverage detected