Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
twastvedt committed Oct 1, 2024
1 parent 650228d commit 557e5af
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 557e5af

Please sign in to comment.