Skip to content

Commit bae7334

Browse files
committed
Updates to the unit tests
1 parent 64eb6c6 commit bae7334

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
using System;
22
using System.Reflection;
33
using System.Runtime.InteropServices;
4+
using Xunit;
45

56
[assembly: AssemblyTitle("Client.Tests")]
6-
[assembly: Guid("9e6c83c2-2024-4892-a667-11221c758a9e")]
7+
[assembly: Guid("9e6c83c2-2024-4892-a667-11221c758a9e")]
8+
[assembly: CollectionBehavior(DisableTestParallelization = true)]

0 commit comments

Comments
 (0)