(t *testing.T)
| 95 | } |
| 96 | |
| 97 | func TestPathsOfSignerTarget_Memory(t *testing.T) { |
| 98 | indextest.PathsOfSignerTarget(t, index.NewMemoryIndex) |
| 99 | } |
| 100 | |
| 101 | func TestFiles_Memory(t *testing.T) { |
| 102 | indextest.Files(t, index.NewMemoryIndex) |
nothing calls this directly
no test coverage detected