Skip to content

Commit bc730bc

Browse files
committed
Fixing tests
1 parent a96752e commit bc730bc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/AutoMapper.DI.Tests/AppDomainResolutionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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]

src/AutoMapper.DI.Tests/AssemblyResolutionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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]

src/AutoMapper.DI.Tests/TypeResolutionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)