Skip to content

Commit

Permalink
test: apply workaround to fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
mu88 committed Aug 2, 2023
1 parent f68e541 commit 5b9caa7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
TO: [O] var testee = new |MultipleTestSingleProd|(); RANGE: (181,203) @ MultipleTestSingleProdTests1.cs
Menu item (enabled) :
icon: UsageInstanceCreation
text: MultipleTestSingleProdTests1.Add <font color="FF8B0000">var testee = new **MultipleTestSingleProd**();</font><font color="06C"> (12)</font>
text: MultipleTestSingleProdTests1.Add <font color="FFD5A286">var testee = new **MultipleTestSingleProd**();</font><font color="06C"> (12)</font>
tail: <font color="FF6D6D6D">in Tests</font>
tooltip: var testee = new **MultipleTestSingleProd**();
Navigation result:
Expand All @@ -49,7 +49,7 @@
TO: [O] var testee = new |MultipleTestSingleProd|(); RANGE: (181,203) @ MultipleTestSingleProdTests2.cs
Menu item (enabled) :
icon: UsageInstanceCreation
text: MultipleTestSingleProdTests2.Add <font color="FF8B0000">var testee = new **MultipleTestSingleProd**();</font><font color="06C"> (12)</font>
text: MultipleTestSingleProdTests2.Add <font color="FFD5A286">var testee = new **MultipleTestSingleProd**();</font><font color="06C"> (12)</font>
tail: <font color="FF6D6D6D">in Tests</font>
tooltip: var testee = new **MultipleTestSingleProd**();
Navigation result:
Expand Down

0 comments on commit 5b9caa7

Please sign in to comment.