(t *testing.T)
| 251 | } |
| 252 | |
| 253 | func TestSimpleStoreCleanupBadFiles(t *testing.T) { |
| 254 | testSimpleStoreCleanupBadFiles(t, "cleanupBadFiles", true) |
| 255 | } |
| 256 | |
| 257 | func TestSimpleStoreKeepBadFiles(t *testing.T) { |
| 258 | testSimpleStoreCleanupBadFiles(t, "cleanupBadFiles(false)", false) |
nothing calls this directly
no test coverage detected
searching dependent graphs…