Skip to content

Commit

Permalink
#10276 update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
siemiatj committed Dec 7, 2020
1 parent e000568 commit 16692a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/__tests__/actions/ViewActions.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ describe('ViewActions thunks', () => {
const payload1 = {
id: windowId,
isModal: true,
websocketRefresh: false,
};
const payload2 = {
id: windowId,
Expand Down Expand Up @@ -318,6 +319,7 @@ describe('ViewActions thunks', () => {
const payload1 = {
id: windowId,
isModal: false,
websocketRefresh: false,
};
const payload2 = {
id: windowId,
Expand Down

0 comments on commit 16692a7

Please sign in to comment.