File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Tools/LambdaTestTool-v2/src/Amazon.Lambda.TestTool Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change
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" ) ]
Original file line number Diff line number Diff line change 1
1
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
2
// SPDX-License-Identifier: Apache-2.0
3
3
4
- using System . Collections . Concurrent ;
5
- using System . Runtime . CompilerServices ;
6
4
using System . Text ;
7
5
using Amazon . Lambda . TestTool . Models ;
8
6
using Microsoft . AspNetCore . Mvc ;
9
- [ assembly: InternalsVisibleTo ( "Amazon.Lambda.TestTool.UnitTests" ) ]
10
7
11
8
namespace Amazon . Lambda . TestTool . Services ;
12
9
You can’t perform that action at this time.
0 commit comments