chore: fix tests

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2021-09-08 13:49:28 +02:00
parent 1797c5ce5d
commit af05164b67
@@ -166,7 +166,7 @@ describe('CatalogBuilder', () => {
const { entitiesCatalog, higherOrderOperation } = await builder.build();
await higherOrderOperation.addLocation({
type: 'github',
type: 'url',
target: 'https://github.com/a/b/x.yaml',
});
const { entities } = await entitiesCatalog.entities();