Skip to content

Commit

Permalink
fix: src/features/Licenses/data/_test_/redux.test.jsx
Browse files Browse the repository at this point in the history
Co-authored-by: Andrés Felipe Bermúdez Mendoza <[email protected]>
  • Loading branch information
01001110J and anfbermudezme authored Feb 22, 2024
1 parent 1be29f9 commit 8c8a099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/Licenses/data/_test_/redux.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ describe('Licenses redux tests', () => {
expect(store.getState().licenses.table).toEqual(expectState);
});

test('Should update filters', () => {
test('update filters', () => {
const filters = {
course_name: 'Demo Course 1',
};
Expand Down

0 comments on commit 8c8a099

Please sign in to comment.