Skip to content

Commit 6ae2e0e

Browse files
committed
fix build
1 parent f64386b commit 6ae2e0e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libraries/tests/e2e/infra-aot/CoreAotStack.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
using Amazon.CDK;
33
using Amazon.CDK.AWS.Lambda;
44
using Constructs;
5+
using TestUtils;
56
using Architecture = Amazon.CDK.AWS.Lambda.Architecture;
67

78
namespace InfraAot;

libraries/tests/e2e/infra/CoreStack.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using Amazon.CDK;
22
using Amazon.CDK.AWS.Lambda;
33
using Constructs;
4+
using TestUtils;
45
using Architecture = Amazon.CDK.AWS.Lambda.Architecture;
56

67
namespace Infra

0 commit comments

Comments
 (0)