Skip to content

Commit 3c46449

Browse files
committed
Fixing compile errors
1 parent 3667a2b commit 3c46449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UnitTests/ForPath.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ public void Should_throw_exception()
254254
{
255255
var cfg = new MapperConfiguration(config =>
256256
{
257-
Assert.Throws<ArgumentNullException>(() =>
257+
Assert.Throws<System.ArgumentNullException>(() =>
258258
{
259259
config.CreateMap<SourceModel, DestinationModel>()
260260
.ForPath(sourceModel => sourceModel.Name, opts => opts.MapFrom<string>(null));

0 commit comments

Comments
 (0)