Skip to content

Commit 526ed1d

Browse files
committed
Suppress warnings from analyzers in unit tests
1 parent 97eb898 commit 526ed1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CommunityToolkit.Mvvm.UnitTests/Test_ObservablePropertyAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
using CommunityToolkit.Mvvm.Messaging.Messages;
2222
using Microsoft.VisualStudio.TestTools.UnitTesting;
2323

24-
#pragma warning disable MVVMTK0032, MVVMTK0033
24+
#pragma warning disable MVVMTK0032, MVVMTK0033, MVVMTK0034
2525

2626
namespace CommunityToolkit.Mvvm.UnitTests;
2727

0 commit comments

Comments
 (0)