Removed only from test

main
Jackson Morgan 3 months ago
parent 80fbbc67f9
commit 2b85bdb25a
  1. 2
      packages/connected/test/LinkTraversalIntegration.test.ts

@ -114,7 +114,7 @@ describe("Link Traversal", () => {
// Unsubscribe
});
it.only("handles subscriptions if data changes on the Pod", async () => {
it("handles subscriptions if data changes on the Pod", async () => {
const mainProfileResource = solidLdoDataset.getResource(MAIN_PROFILE_URI);
const linkQuery = solidLdoDataset
.usingType(SolidProfileShapeShapeType)

Loading…
Cancel
Save