Skip to content

Commit

Permalink
#1 DateTimeToDateConverterTests: fixed test name.
Browse files Browse the repository at this point in the history
  • Loading branch information
numbworks committed Feb 13, 2024
1 parent d5b84b4 commit 6c9d183
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class DateTimeToDateConverterTests
#region Tests

[TestCaseSource(nameof(dateTimeToDateConverterExceptionTestCases))]
public void Serializer_ShouldThrowACertainException_WhenUnproperArguments
public void DateTimeToDateConverter_ShouldThrowACertainException_WhenUnproperArguments
(TestDelegate del, Type expectedType, string expectedMessage)
=> ObjectMother.Method_ShouldThrowACertainException_WhenUnproperArguments(del, expectedType, expectedMessage);

Expand Down

0 comments on commit 6c9d183

Please sign in to comment.