Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
pinzart committed Oct 11, 2023
1 parent 5c2aff1 commit e86f2e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions test/DynamoCoreWpfTests/UnitsUITests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Xml;
using System.Xml;
using Dynamo.Graph;
using Dynamo.Models;
using Dynamo.Tests;
Expand All @@ -15,7 +15,7 @@

namespace DynamoCoreWpfTests
{
[TestFixture, Category("Failure")]
[TestFixture]
public class UnitsUITests : DynamoTestUIBase
{
private LengthFromString lengthFromString;
Expand Down Expand Up @@ -61,7 +61,7 @@ public void MigrateLengthFromFeetToMetersTest()

lengthFromString.MigrateLengthFromFeetToMeters(root);

string oneFeetInMeters = "0.304800000001219";
string oneFeetInMeters = "0.3048000000012192";

Assert.AreEqual(oneFeetInMeters, systemDouble.Attributes[0].Value);
}
Expand Down
2 changes: 1 addition & 1 deletion test/core/units/malformed_unit_dropdowns.dyn
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
{
"ConcreteType": "UnitsUI.Units, UnitsUI",
"SelectedIndex": 218,
"SelectedIndex": 221,
"SelectedString": "Millimeters AAA",
"NodeType": "ExtensionNode",
"Id": "2cc49d25d3b447b281a81efd6173c6cf",
Expand Down

0 comments on commit e86f2e9

Please sign in to comment.