File tree Expand file tree Collapse file tree
test/Microsoft.Configuration.ConfigurationBuilders.Test Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ public class TestHelper
1717
1818 static TestHelper ( )
1919 {
20- kvWrapperType = typeof ( KeyValueConfigBuilder ) . Assembly . GetType ( "Microsoft.Configuration.ConfigurationBuilders.KeyValueConfigWrappedException " ) ;
21- kvExceptionType = typeof ( KeyValueConfigBuilder ) . Assembly . GetType ( "Microsoft.Configuration.ConfigurationBuilders.KeyValueConfigException " ) ;
20+ kvWrapperType = typeof ( KeyValueConfigBuilder ) . Assembly . GetType ( "Microsoft.Configuration.ConfigurationBuilders.KeyValueConfigurationErrorsException " ) ;
21+ kvExceptionType = typeof ( KeyValueConfigBuilder ) . Assembly . GetType ( "Microsoft.Configuration.ConfigurationBuilders.KeyValueConfigBuilderException " ) ;
2222 ensureInitialized = typeof ( KeyValueConfigBuilder ) . GetMethod ( "EnsureInitialized" , BindingFlags . NonPublic | BindingFlags . Instance ) ;
2323 }
2424
You can’t perform that action at this time.
0 commit comments