Skip to content

Commit cfc5c54

Browse files
committed
add test for new session
1 parent 279f355 commit cfc5c54

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

static/app/views/seerExplorer/hooks/useSeerExplorer.spec.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ describe('useSeerExplorer', () => {
106106
}),
107107
})
108108
);
109+
110+
// Run ID is set to response.run_id
111+
expect(result.current.runId).toBe(123);
109112
});
110113
});
111114

0 commit comments

Comments
 (0)