(a, b pb.Oracle)
| 34 | ) |
| 35 | |
| 36 | func sameOracle(a, b pb.Oracle) bool { |
| 37 | return a.Id == b.Id && a.Name == b.Name && a.Code == b.Code |
| 38 | } |
| 39 | |
| 40 | func setupOracles(t testing.TB, withValid bool, withCorrupted bool, withBroken bool) { |
| 41 | log.SetOutput(ioutil.Discard) |
no outgoing calls
no test coverage detected