Skip to content

Commit

Permalink
Update index.test.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh authored Feb 10, 2022
1 parent b0ac9c8 commit 1cbdb13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@ describe('DatabaseModal', () => {
describe('DatabaseModal w/ Deeplinking Engine', () => {
const renderAndWait = async () => {
const mounted = act(async () => {
render(<DatabaseModal {...dbProps} setDBEngine={'PostgreSQL'} />, {
render(<DatabaseModal {...dbProps} dbEngine="PostgreSQL" />, {
useRedux: true,
});
});
Expand Down

0 comments on commit 1cbdb13

Please sign in to comment.