(t *testing.T)
| 2285 | } |
| 2286 | |
| 2287 | func TestShortSHA(t *testing.T) { |
| 2288 | assert.Equal(t, "abc123de", ShortSHA("abc123def456789")) |
| 2289 | assert.Equal(t, "short", ShortSHA("short")) |
| 2290 | } |
| 2291 | |
| 2292 | func TestParseWorktrees(t *testing.T) { |
| 2293 | tests := []struct { |