Rename AssertEqualLineByLine to CompareLineByLine.
Sean Hall committed
Jul 19, 2020 at 19:47 UTC
1fb8fc82e54c9651fe2922c4fc5470c26761afdf
1 file changed
+1
-1
src/WixBuildTools.TestSupport/WixAssert.cs
+1
-1
@@ -7,7 +7,7 @@ namespace WixBuildTools.TestSupport
7
8
public class WixAssert : Assert
9
{
10
- public static void AssertEqualLineByLine(string[] expectedLines, string[] actualLines)
10
+ public static void CompareLineByLine(string[] expectedLines, string[] actualLines)
11
{
12
for (var i = 0; i < expectedLines.Length; ++i)
13
{