()
| 222 | } |
| 223 | |
| 224 | @Test (expected = IllegalArgumentException.class) |
| 225 | public void syncToStorageNullType() throws Exception { |
| 226 | meta = new UIDMeta(null, "000001"); |
| 227 | meta.syncToStorage(tsdb, true).joinUninterruptibly(); |
| 228 | } |
| 229 | |
| 230 | @Test (expected = IllegalArgumentException.class) |
| 231 | public void syncToStorageNullUID() throws Exception { |
nothing calls this directly
no test coverage detected