Skip to content

Commit

Permalink
Fix: Use the correct variable in the File Encoding error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
Siphonophora committed Feb 15, 2020
1 parent fdfa17d commit 6dc64ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JUnit.Xml.TestLogger/JUnitXmlTestLogger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ public void Initialize(TestLoggerEvents events, Dictionary<string, string> param
}
else
{
Console.WriteLine($"JunitXML Logger: The provided File Encoding '{failureFormat}' is not a recognized option. Using default");
Console.WriteLine($"JunitXML Logger: The provided File Encoding '{fileEncoding}' is not a recognized option. Using default");
}
}
}
Expand Down

0 comments on commit 6dc64ee

Please sign in to comment.