Skip to content

Commit c6413ba

Browse files
committed
chore(tests): correct typo in test method names
1 parent fbebcd9 commit c6413ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/PowerUtils.BenchmarkDotnet.Reporter.Tests/Exporters/MarkdownExporterTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ void writer(string path, string content)
2121

2222

2323
[Fact]
24-
public void When_Doest_Have_Warnings_And_Results_Should_Print_Only_Message_NoComparisonsFound()
24+
public void When_Doesnt_Have_Warnings_And_Results_Should_Print_Only_Message_NoComparisonsFound()
2525
{
2626
// Arrange
2727
var report = new ComparerReport();

tests/PowerUtils.BenchmarkDotnet.Reporter.Tests/Helpers/IOHelpersTests/GetFullJsonReportTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public void When_File_Exits_Should_Return_Array_With_One_Full_Path()
4343
[InlineData(null)]
4444
[InlineData("")]
4545
[InlineData(" ")]
46-
public void When_Path_Isnt_Deffined_Should_Throw_NotFoundException(string? path)
46+
public void When_Path_Isnt_Defined_Should_Throw_NotFoundException(string? path)
4747
{
4848
// Arrange & Act
4949
string[] act() => IOHelpers.GetFullJsonReport(path);

0 commit comments

Comments
 (0)