Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

WAC tests failing #23

Description

@mrvahedi68

One test of WAC is failing:

     FAIL  test/surface/fetch-pod-root-acl.test.ts (14.079 s)
  Alice's storage root
    ✕ has an ACL (5 ms)

  ● Alice's storage root › has an ACL

    expect(received).toEqual(expected) // deep equality

    Expected: 1
    Received: 0

      15 | 
      16 |   test("has an ACL", async () => {
    > 17 |     expect(podRoots.length).toEqual(1);
         |                             ^
      18 |     const aclDocUrl = await solidLogicAlice.findAclDocUrl(podRoots[0]);
      19 |     await solidLogicAlice.load(aclDocUrl);
      20 |     expect(solidLogicAlice.store.statementsMatching(undefined, undefined, undefined, sym(aclDocUrl)).length).toBeGreaterThan(0);

      at test/surface/fetch-pod-root-acl.test.ts:17:29
      at step (test/surface/fetch-pod-root-acl.test.ts:33:23)
      at Object.next (test/surface/fetch-pod-root-acl.test.ts:14:53)
      at test/surface/fetch-pod-root-acl.test.ts:8:71
      at Object.<anonymous>.__awaiter (test/surface/fetch-pod-root-acl.test.ts:4:12)
      at Object.<anonymous> (test/surface/fetch-pod-root-acl.test.ts:16:22)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions