From 6d7ae09f6b0fdd5cab1a46583eb875c8f3e95b90 Mon Sep 17 00:00:00 2001 From: "Aaron (Qilong)" <173288704@qq.com> Date: Wed, 27 Mar 2024 15:34:42 -0400 Subject: [PATCH] Update WatchNodeTests.cs (#15064) --- test/DynamoCoreWpfTests/WatchNodeTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/DynamoCoreWpfTests/WatchNodeTests.cs b/test/DynamoCoreWpfTests/WatchNodeTests.cs index 2a40c834e44..203aa874a7d 100644 --- a/test/DynamoCoreWpfTests/WatchNodeTests.cs +++ b/test/DynamoCoreWpfTests/WatchNodeTests.cs @@ -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);