Skip to content

Commit 259ebe2

Browse files
committed
Example names should be different
1 parent b1d6cef commit 259ebe2

File tree

1 file changed

+2
-2
lines changed
  • Source/Examples/ExampleLibrary/Issues

1 file changed

+2
-2
lines changed

Source/Examples/ExampleLibrary/Issues/Issues.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace ExampleLibrary
2121
[Examples("Z1 Issues")]
2222
public class Issues
2323
{
24-
[Example("#1095: Issue 1095")]
24+
[Example("#1095: Issue 1095 Part 1")]
2525
public static PlotModel IssueHalfPolarReversedAxesPart1()
2626
{
2727
var plotModel = new PlotModel { Title = "", };
@@ -50,7 +50,7 @@ public static PlotModel IssueHalfPolarReversedAxesPart1()
5050
return plotModel;
5151
}
5252

53-
[Example("#1095: Issue 1095")]
53+
[Example("#1095: Issue 1095 Part 2")]
5454
public static PlotModel IssueHalfPolarReversedAxesPart2()
5555
{
5656
var plotModel = new PlotModel { Title = "", };

0 commit comments

Comments
 (0)