diff --git a/packages/react-obsidian/test/integration/customScopedLifecycleBoundGraphs.test.tsx b/packages/react-obsidian/test/integration/customScopedLifecycleBoundGraphs.test.tsx
index 7bc93129..bd87b21d 100644
--- a/packages/react-obsidian/test/integration/customScopedLifecycleBoundGraphs.test.tsx
+++ b/packages/react-obsidian/test/integration/customScopedLifecycleBoundGraphs.test.tsx
@@ -27,7 +27,7 @@ describe('custom scoped lifecycle-bound graphs', () => {
expect(graphRegistry.isInstantiated(CustomScopeGraph)).toBe(false);
});
- it('clears the custom scoped subgraph only when no other graphs are using it', async () => {
+ it('clears the custom scoped subgraph only when no other graphs are using it', () => {
const result1 = render();
const result2 = render();