Skip to content

Commit

Permalink
Adds workflowId to useStores return object
Browse files Browse the repository at this point in the history
Includes workflowId in the return object of useStores function in terminals unit test. Fixing test error.
  • Loading branch information
itisAliRH committed Nov 15, 2024
1 parent 978fec3 commit 85074ce
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ function useStores(id = "mock-workflow") {
const undoRedoStore = useUndoRedoStore(id);

return {
workflowId: id,
connectionStore,
stateStore,
stepStore,
Expand Down

0 comments on commit 85074ce

Please sign in to comment.