Skip to content

Commit

Permalink
Fix test issue from rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neilson committed Nov 5, 2020
1 parent 1ea10aa commit d35bb16
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -387,12 +387,7 @@ describe('Test WorkerInstanceConfiguration connect to RenderQueue', () => {
stack = new Stack();
vpc = new Vpc(stack, 'Vpc');
const rcsImage = ContainerImage.fromAsset(__dirname);
const version = VersionQuery.exact(stack, 'Version', {
majorVersion: 10,
minorVersion: 0,
releaseVersion: 0,
patchVersion: 0,
});
const version = new VersionQuery(stack, 'Version');
renderQueue = new RenderQueue(stack, 'RQ', {
version,
vpc,
Expand Down

0 comments on commit d35bb16

Please sign in to comment.