Skip to content

Commit

Permalink
spec update
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpark committed Jun 24, 2024
1 parent 7b5eaa9 commit b705009
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions superset-frontend/src/explore/actions/exploreActions.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,7 @@ describe('reducers', () => {
newState,
actions.setStashFormData(false, ['y_axis_format']),
);
expect(updatedState.hiddenFormData).toEqual({
y_axis_format: defaultState.form_data.y_axis_format,
});
expect(updatedState.hiddenFormData.y_axis_format).toBeFalsy();
expect(updatedState.form_data.y_axis_format).toEqual(
defaultState.form_data.y_axis_format,
);
Expand Down

0 comments on commit b705009

Please sign in to comment.