Skip to content

Commit

Permalink
UIEUS-360: fix-bug-in-JobView-test (#474)
Browse files Browse the repository at this point in the history
* fix-bug-in-JobView.test

* fix-bug-in-JobView.test

* fix-bug-in-JobView.test

---------

Co-authored-by: elsenhans <[email protected]>
  • Loading branch information
elsenhans and elsenhans authored Jul 9, 2024
1 parent aac0df8 commit 2a87c2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Change history for ui-erm-usage

## 9.1.0 (IN PROGRESS)
* Fix bug in JobView test ([UIEUS-360](https://folio-org.atlassian.net/browse/UIEUS-360))

## [9.0.0](https://github.com/folio-org/ui-erm-usage/tree/v9.0.0) (2024-04-17)
* *BREAKING* Use `multipart/form-data` to upload COUNTER reports ([UIEUS-353](https://folio-org.atlassian.net/browse/UIEUS-353))
Expand Down
1 change: 1 addition & 0 deletions src/components/JobsView/JobsView.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const renderJobView = (jobs) => renderWithIntl(
},
jobs: {
hasLoaded: true,
isPending: false,
records: jobs,
other: {
totalRecords: jobs.length,
Expand Down

0 comments on commit 2a87c2d

Please sign in to comment.