Changed test to pass with RuneJsonConverter

This commit is contained in:
Tig
2024-09-24 16:01:07 -06:00
parent 6ce924fb3f
commit 847e6111dc
2 changed files with 3 additions and 2 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) });