You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nodeInfo.Nodes.Should().HaveCount(nodeCount,"because didn't change any nodes");
71
-
jumpToNode!.Jumps.Where(j=>j.DestinationTitle=="JumpToTest").Should().HaveCount(1,"because we fixed the typo and are jumping to the existing JumpToTest node");
71
+
jumpToNode!.Jumps.Where(j=>j.DestinationTitle=="JumpToTest").Should().HaveCount(1,"because we fixed the typo and are jumping to the existing JumpToTest node");
72
72
}
73
73
74
74
[Fact]
@@ -97,7 +97,7 @@ public async Task Server_CreatesNewNodeBasedOnJumpTarget()
jump2Node.Should().NotBeNull("because we have created a new node");
124
124
nodeInfo.Nodes.Should().HaveCount(nodeCount+1,"because we have added a single new node");
125
-
jumpToNode!.Jumps.Where(j=>j.DestinationTitle=="JumpToTest").Should().HaveCount(0,"because we are jumping to the new generated node, not the exisiting JumpToTest node");
126
-
jumpToNode!.Jumps.Where(j=>j.DestinationTitle=="Jump2Test").Should().HaveCount(1,"because we are jumping to the new generated node, not the exisiting JumpToTest node");
125
+
jumpToNode!.Jumps.Where(j=>j.DestinationTitle=="JumpToTest").Should().HaveCount(0,"because we are jumping to the new generated node, not the exisiting JumpToTest node");
126
+
jumpToNode!.Jumps.Where(j=>j.DestinationTitle=="Jump2Test").Should().HaveCount(1,"because we are jumping to the new generated node, not the exisiting JumpToTest node");
0 commit comments