Skip to content

Commit 33bb69c

Browse files
committed
Fixing tests after renaming KVCB Exception types.
1 parent bf19d08 commit 33bb69c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • test/Microsoft.Configuration.ConfigurationBuilders.Test

test/Microsoft.Configuration.ConfigurationBuilders.Test/TestHelper.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)