Skip to content

Commit

Permalink
fix(test): fix legend test
Browse files Browse the repository at this point in the history
  • Loading branch information
MingboPeng committed Mar 23, 2024
1 parent f4ea0e9 commit f36f098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LadybugDisplaySchema.Tests/Model/FromJsonTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public void VisualizationDataWithStringValuesTest()
var vData = new VisualizationData(data, null);
var legend = vData.LegendParameters;
Assert.IsTrue(legend.OrdinalDictionary == null);
Assert.IsTrue(legend.HasNone);
Assert.IsTrue(legend.HasNoneColor(out _));

data = new List<string>()
{
Expand Down

0 comments on commit f36f098

Please sign in to comment.