Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 2e4b231

Browse files
committed
Add missing AutoMappingUtils.Reset()
1 parent 0959603 commit 2e4b231

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎tests/ServiceStack.Text.Tests/AutoMappingCustomConverterTests.cs‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ public void Should_Not_Throw_Exception_When_Multiple_Same_Type_CustomTypeConvert
134134
Assert.That(personWithDoB.FirstName, Is.Null);
135135
Assert.That(personWithDoB.LastName, Is.Null);
136136
Assert.That(personWithDoB.DateOfBirth, Is.EqualTo(DateTimeOffset.MinValue));
137+
138+
AutoMappingUtils.Reset();
137139
}
138140
}
139141
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /