(t *testing.T)
| 331 | } |
| 332 | |
| 333 | func TestDecoderVerify(t *testing.T) { |
| 334 | runOnExampleWorkingDirs(t, testDecoderVerify) |
| 335 | } |
| 336 | |
| 337 | func TestSetIDMismatch(t *testing.T) { |
| 338 | workingDir := memfs.RootDir() |
nothing calls this directly
no test coverage detected