Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
twastvedt committed Jul 11, 2024
1 parent 418e4c9 commit 6f1841b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Xml;
Expand Down Expand Up @@ -138,7 +138,7 @@ public void ToStringTest()
//Checks ToString result for the selected element
toStringResult = selection.ToString();
string nodeType = testNode.GetType().ToString();
string expected = $"testPrefix : {nodeType}";
string expected = $"testPrefix: {nodeType}";
Assert.AreEqual(expected, toStringResult);

selectionHelperMock.VerifyAll();
Expand Down

0 comments on commit 6f1841b

Please sign in to comment.