Skip to content

Commit

Permalink
Fix test (#14624)
Browse files Browse the repository at this point in the history
* remove coreclr-ncalc references

* fix test
  • Loading branch information
aparajit-pratap authored Nov 20, 2023
1 parent 358dce3 commit 4b01cef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion test/DynamoCoreWpfTests/SerializationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,6 @@ public string GetJsonPropertydName<T>(string propertyName)
}

[Test]
[Category("Failure")]
public void JSONisSameBeforeAndAfterSaveWithDummyNodes()
{
var testFileWithDummyNode = @"core\dummy_node\2080_JSONTESTCRASH undo_redo.dyn";
Expand Down
1 change: 1 addition & 0 deletions test/core/dummy_node/2080_JSONTESTCRASH undo_redo.dyn
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"Connectors": [],
"Dependencies": [],
"NodeLibraryDependencies": [],
"EnableLegacyPolyCurveBehavior": true,
"Thumbnail": "",
"GraphDocumentationURL": null,
"Author": "None provided",
Expand Down

0 comments on commit 4b01cef

Please sign in to comment.