Skip to content

Commit

Permalink
Update pipelines.test.js
Browse files Browse the repository at this point in the history
Signed-off-by: Sajid Alam <[email protected]>
  • Loading branch information
SajidAlamQB committed Jan 14, 2025
1 parent 94fe116 commit b8a5eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/pipelines.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ describe('pipeline actions', () => {
it('should return immediately', () => {
const store = createStore(reducer, mockState.spaceflights);
loadInitialPipelineData()(store.dispatch, store.getState);
expect(store.getState().loading.pipeline).toBe(false);
expect(store.getState().loading.pipeline).toBe(true);
});
});

Expand Down

0 comments on commit b8a5eea

Please sign in to comment.