Fixed bdisp feedback

This commit is contained in:
Tig
2024-09-25 10:43:23 -06:00
parent 525d332c9b
commit 82ba4af51a
3 changed files with 3 additions and 6 deletions

View File

@@ -46,8 +46,8 @@ public class SerializableConfigurationPropertyTests
// Ensure no property has the generic JsonStringEnumConverter<>
EnsureNoSpecifiedConverters (properties, new [] { typeof (JsonStringEnumConverter<>) });
/// Ensure no property has the type RuneJsonConverter
//EnsureNoSpecifiedConverters (properties, new [] { typeof (RuneJsonConverter) });
// Ensure no property has the type RuneJsonConverter
EnsureNoSpecifiedConverters (properties, new [] { typeof (RuneJsonConverter) });
// Ensure no property has the type KeyJsonConverter
EnsureNoSpecifiedConverters (properties, new [] { typeof (KeyJsonConverter) });