Skip to content

Commit b501dd2

Browse files
committed
[R] Test fix
1 parent 4a08f67 commit b501dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Simplify.System.Tests/AssemblyInfoTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public void AssemblyInfo_GetCurrentAssemblyInfo_InformationIsCorrect()
1717
Assert.AreEqual("Simplify.System unit tests", assemblyInfo.Description);
1818
Assert.AreEqual("Simplify", assemblyInfo.ProductName);
1919
Assert.AreEqual("Simplify.System.Tests", assemblyInfo.Title);
20-
Assert.AreEqual("1.2.0.0", assemblyInfo.Version.ToString());
20+
Assert.AreEqual("1.0.0.0", assemblyInfo.Version.ToString());
2121
}
2222
}
2323
}

0 commit comments

Comments
 (0)