diff --git a/packages/connected/test/LinkTraversalIntegration.test.ts b/packages/connected/test/LinkTraversalIntegration.test.ts index 800e841..7f084d2 100644 --- a/packages/connected/test/LinkTraversalIntegration.test.ts +++ b/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)