(t *testing.T, facts []factstore.TemporalFact, prefix, pointStr string)
| 161 | } |
| 162 | |
| 163 | func verifyPoint(t *testing.T, facts []factstore.TemporalFact, prefix, pointStr string) { |
| 164 | // Point interval has Start == End (or close enough for this check) |
| 165 | verifyInterval(t, facts, prefix, pointStr, pointStr) |
| 166 | } |
no test coverage detected