Skip to content

Commit

Permalink
Update test as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahelsaig committed Oct 1, 2024
1 parent 5e69f6a commit d4a37c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lombiq.HelpfulExtensions.Tests.UI/Constants/WidgetTypes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ public static class WidgetTypes
public const string Container = nameof(Container);
public const string Html = nameof(Html);
public const string Liquid = nameof(Liquid);
public const string Menu = nameof(Menu);
public const string Menu = "Menu Navigation Provider";
public const string Markdown = nameof(Markdown);
}

0 comments on commit d4a37c8

Please sign in to comment.