()
| 128 | } |
| 129 | |
| 130 | @Test |
| 131 | public void getAnnotationNotFound() throws Exception { |
| 132 | setupStorage(false); |
| 133 | note = Annotation.getAnnotation(tsdb, TSUID, 1388450564L) |
| 134 | .joinUninterruptibly(); |
| 135 | assertNull(note); |
| 136 | } |
| 137 | |
| 138 | @Test |
| 139 | public void getAnnotationGlobalNotFound() throws Exception { |
nothing calls this directly
no test coverage detected