()
| 513 | } |
| 514 | |
| 515 | func enableColorLabelsConfig() gh.Config { |
| 516 | return config.NewFromString("color_labels: enabled") |
| 517 | } |
| 518 | |
| 519 | func Test_authRecoveryCommand(t *testing.T) { |
| 520 | tests := []struct { |
no test coverage detected
searching dependent graphs…