Skip to content

Commit

Permalink
feat(cfnspec): cloudformation spec v46.0.0 (aws#17334)
Browse files Browse the repository at this point in the history
Co-authored-by: AWS CDK Team <aws-cdk@amazon.com>
Co-authored-by: Eli Polonsky <epolon@amazon.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
4 people authored and TikiTDO committed Feb 21, 2022
1 parent 136035e commit c0cad2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/monocdk/rosetta/basic-portfolio.ts-fixture
@@ -1,9 +1,9 @@
// Fixture with packages imported, but nothing else
import { Construct, Stack } from '@aws-cdk/core';
import * as cdk from '@aws-cdk/core';
import * as servicecatalog from '@aws-cdk/aws-servicecatalog';

class Fixture extends Stack {
constructor(scope: Construct, id: string) {
class Fixture extends cdk.Stack {
constructor(scope: cdk.Construct, id: string) {
super(scope, id);

const portfolio = new servicecatalog.Portfolio(this, "MyFirstPortfolio", {
Expand Down

0 comments on commit c0cad2d

Please sign in to comment.