Skip to content

Commit aae407c

Browse files
committed
use assembly.cs file
1 parent c09e6b0 commit aae407c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
// SPDX-License-Identifier: Apache-2.0
3+
4+
using System.Runtime.CompilerServices;
5+
6+
[assembly: InternalsVisibleTo("Amazon.Lambda.TestTool.UnitTests")]

Tools/LambdaTestTool-v2/src/Amazon.Lambda.TestTool/Services/LambdaRuntimeAPI.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0
33

4-
using System.Collections.Concurrent;
5-
using System.Runtime.CompilerServices;
64
using System.Text;
75
using Amazon.Lambda.TestTool.Models;
86
using Microsoft.AspNetCore.Mvc;
9-
[assembly: InternalsVisibleTo("Amazon.Lambda.TestTool.UnitTests")]
107

118
namespace Amazon.Lambda.TestTool.Services;
129

0 commit comments

Comments
 (0)