more resilient Manifests

This commit is contained in:
Michael Yang
2024-05-09 10:00:18 -07:00
parent a385382ff5
commit 81fb06f530
2 changed files with 18 additions and 3 deletions

View File

@@ -56,6 +56,10 @@ func TestManifests(t *testing.T) {
filepath.Join("host", "namespace", "model", "tag"),
filepath.Join("host", "namespace", "model", ".hidden"),
},
"subdir": {
filepath.Join("host", "namespace", "model", "tag", "one"),
filepath.Join("host", "namespace", "model", "tag", "another", "one"),
},
}
for n, wants := range cases {