Skip to content

Commit

Permalink
Fixed unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
chynesNR committed Dec 11, 2024
1 parent 662c1cd commit 4537d5d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ public void Misc_Segment_Setters()
segment.MakeLeaf();
Assert.That(segment.IsLeaf, Is.True);

Assert.That(segment.GetTransactionTraceName(), Is.Null);
segment.SetName("foo");
Assert.That(segment.GetTransactionTraceName(), Is.EqualTo("foo"));

Expand Down

0 comments on commit 4537d5d

Please sign in to comment.