Skip to content

Commit 27e7221

Browse files
committed
Reverted changes
1 parent 9a39f41 commit 27e7221

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Microsoft.Azure.Cosmos.Encryption/tests/Microsoft.Azure.Cosmos.Encryption.Tests/Contracts/ContractEnforcementTests.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
namespace Microsoft.Azure.Cosmos.Encryption.Tests
22
{
3+
using VisualStudio.TestTools.UnitTesting;
4+
35
[TestCategory("Windows")]
46
[TestCategory("UpdateContract")]
57
[TestClass]
@@ -10,7 +12,7 @@ public void ContractChanges()
1012
{
1113
Cosmos.Tests.Contracts.ContractEnforcement.ValidateContractContainBreakingChanges(
1214
dllName: "Microsoft.Azure.Cosmos.Encryption",
13-
baselinePath: defaultFileName,
15+
baselinePath: "DotNetSDKEncryptionAPI.json",
1416
breakingChangesPath: "DotNetSDKEncryptionAPIChanges.json");
1517
}
1618
}

0 commit comments

Comments
 (0)