()
| 3 | import "testing" |
| 4 | |
| 5 | func profiles() map[string]Profile { return DefaultProfiles() } |
| 6 | |
| 7 | // findDiff returns the first diff matching a predicate, or a zero value. |
| 8 | func findDiff(diffs []IntentRuntimeDiff, pred func(IntentRuntimeDiff) bool) (IntentRuntimeDiff, bool) { |
no test coverage detected