File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ public void ShouldResolveConfiguration()
3030 [ Fact ]
3131 public void ShouldConfigureProfiles ( )
3232 {
33- _provider . GetService < IConfigurationProvider > ( ) . Internal ( ) . GetAllTypeMaps ( ) . Count . ShouldBe ( 5 ) ;
33+ _provider . GetService < IConfigurationProvider > ( ) . Internal ( ) . GetAllTypeMaps ( ) . Count . ShouldBe ( 6 ) ;
3434 }
3535
3636 [ Fact ]
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public void ShouldResolveConfiguration()
3737 [ Fact ]
3838 public void ShouldConfigureProfiles ( )
3939 {
40- _provider . GetService < IConfigurationProvider > ( ) . Internal ( ) . GetAllTypeMaps ( ) . Count . ShouldBe ( 5 ) ;
40+ _provider . GetService < IConfigurationProvider > ( ) . Internal ( ) . GetAllTypeMaps ( ) . Count . ShouldBe ( 6 ) ;
4141 }
4242
4343 [ Fact ]
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public void ShouldResolveConfiguration()
3333 [ Fact ]
3434 public void ShouldConfigureProfiles ( )
3535 {
36- _provider . GetService < IConfigurationProvider > ( ) . Internal ( ) . GetAllTypeMaps ( ) . Count . ShouldBe ( 5 ) ;
36+ _provider . GetService < IConfigurationProvider > ( ) . Internal ( ) . GetAllTypeMaps ( ) . Count . ShouldBe ( 6 ) ;
3737 }
3838
3939 [ Fact ]
You can’t perform that action at this time.
0 commit comments