Skip to content

Commit

Permalink
Fix transform unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdover committed May 2, 2022
1 parent 767f9e9 commit f275d45
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,9 @@ describe('test transform install', () => {
},
],
},
{
refresh: false,
},
],
[
'epm-packages',
Expand Down Expand Up @@ -363,6 +366,9 @@ describe('test transform install', () => {
{ id: 'endpoint.metadata_current-default-0.16.0-dev.0', type: 'transform' },
],
},
{
refresh: false,
},
],
]);
});
Expand Down Expand Up @@ -586,6 +592,9 @@ describe('test transform install', () => {
{ id: 'endpoint.metadata_current-default-0.16.0-dev.0', type: 'transform' },
],
},
{
refresh: false,
},
],
]);
});
Expand Down

0 comments on commit f275d45

Please sign in to comment.