Skip to content

Commit 6f6c2a2

Browse files
committed
fix: ms test settings added
1 parent f91f00a commit 6f6c2a2

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// Copyright: 2023 Robert Peter Meyer
2+
// License: MIT
3+
//
4+
// This source code is licensed under the MIT license found in the
5+
// LICENSE file in the root directory of this source tree.
6+
[assembly: Parallelize(Scope = ExecutionScope.MethodLevel)]

tests/BB84.Notifications.Tests/NotifiablePropertyTests.ImplicitOperators.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
namespace BB84.Notifications.Tests;
1+
// Copyright: 2023 Robert Peter Meyer
2+
// License: MIT
3+
//
4+
// This source code is licensed under the MIT license found in the
5+
// LICENSE file in the root directory of this source tree.
6+
namespace BB84.Notifications.Tests;
27

38
public sealed partial class NotifiablePropertyTests
49
{

tests/BB84.Notifications.Tests/ReversiblePropertyTests.ImplicitOperators.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
namespace BB84.Notifications.Tests;
1+
// Copyright: 2023 Robert Peter Meyer
2+
// License: MIT
3+
//
4+
// This source code is licensed under the MIT license found in the
5+
// LICENSE file in the root directory of this source tree.
6+
namespace BB84.Notifications.Tests;
27

38
public sealed partial class ReversiblePropertyTests
49
{

0 commit comments

Comments
 (0)