Skip to content

Commit

Permalink
Merge pull request #4417 from fedspendingtransparency/fix/remove-cons…
Browse files Browse the repository at this point in the history
…oles

removing consoles in test
  • Loading branch information
nick-torres authored Dec 12, 2024
2 parents b03d13d + 0d8eff0 commit 7f4af5c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/redux/reducers/search/searchFiltersReducer-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,6 @@ describe('searchFiltersReducer', () => {
};

const updatedState = searchFiltersReducer(startingState, action);
console.log("updated state: ", updatedState);
console.log("expected: ", expected);
Object.keys(expected).forEach((key) => {
expect(updatedState[key]).toEqual(expected[key]);
});
Expand Down

0 comments on commit 7f4af5c

Please sign in to comment.