Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Make test method constant
  • Loading branch information
jcobis committed Sep 9, 2025
commit ebe4412d4f3ba681593ad31b9184fd9e7e5144b7
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,7 @@ function renderCollectionHeader(

const mockStore = createStore(() => defaultState);

const renderMethod = connectionInfo
? renderWithActiveConnection
: renderWithConnections;

return renderMethod(
return renderWithActiveConnection(
<Provider store={mockStore}>
<WorkspacesServiceProvider value={workspaceService as WorkspacesService}>
<CollectionHeader
Expand Down
Loading