Skip to content

Commit

Permalink
Update WatchNodeTests.cs (#15064)
Browse files Browse the repository at this point in the history
  • Loading branch information
QilongTang authored Mar 27, 2024
1 parent 0380b5b commit 6d7ae09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/DynamoCoreWpfTests/WatchNodeTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ public void WatchDictionary()
Assert.AreEqual(3, watchVM.Children.Count);

Assert.AreEqual("1", watchVM.Children.ElementAt(0).NodeLabel);
Assert.AreEqual("Int64", watchVM.Children.ElementAt(0).ValueType);
Assert.AreEqual("Int", watchVM.Children.ElementAt(0).ValueType);

Assert.AreEqual("null", watchVM.Children.ElementAt(1).NodeLabel);
Assert.AreEqual("null", watchVM.Children.ElementAt(1).ValueType);
Expand Down

0 comments on commit 6d7ae09

Please sign in to comment.