diff --git a/examples b/examples index a376dc7..b17f5c8 160000 --- a/examples +++ b/examples @@ -1 +1 @@ -Subproject commit a376dc79980be3ee4b57fc9fb0c080aec5ca0e95 +Subproject commit b17f5c8c66b865441455ae07bcc04b60293e7dee diff --git a/src/spicedb-common/examples.test.ts b/src/spicedb-common/examples.test.ts index 7a55fcc..539a8d0 100644 --- a/src/spicedb-common/examples.test.ts +++ b/src/spicedb-common/examples.test.ts @@ -5,7 +5,7 @@ describe("LoadExamples", () => { it("should correctly parse and return examples and skip those that are missing files", () => { const examples = LoadExamples(); - expect(examples).toHaveLength(6); + expect(examples).toHaveLength(8); examples.forEach(function (example) { expect(example.id).not.toBeNull();