adding more tests and method to receive an item's actual path identifier

This commit is contained in:
2021-12-12 03:23:51 -05:00
parent 56ba974dec
commit cf354c3fa9
3 changed files with 105 additions and 47 deletions

View File

@@ -85,7 +85,7 @@ func TestService_Collections(t *testing.T) {
}
t.Logf(
"collection #%v (name '%v', label '%v'): created %v, last modified %v",
idx, c.name, collLabel, created, modified,
idx, c.PathName(), collLabel, created, modified,
)
}