Skip to content

Commit df59ee4

Browse files
add integration tests
1 parent b8c69cf commit df59ee4

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
3+
4+
using System.Runtime.CompilerServices;
5+
6+
[assembly: InternalsVisibleTo("Azure.Iot.Operations.Protocol.IntegrationTests")]
7+
8+
namespace Azure.Iot.Operations.Protocol;
9+
10+
public class AssemblyInfo {
11+
// This class is intentionally left empty.
12+
// It serves as a placeholder for assembly-level attributes and metadata.
13+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+


0 commit comments

Comments
 (0)