Skip to content

Commit

Permalink
adjust full qualified name syntax test
Browse files Browse the repository at this point in the history
  • Loading branch information
xin9le committed Sep 29, 2024
1 parent 1d4b3ea commit 238f419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/insights/FastEnum.UnitTests/Models/Boosters.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ public sealed partial class UInt64EnumBooster



[FastEnum<SameValueEnum>]
[FastEnumUtility.FastEnum<SameValueEnum>] // full qualified name syntax
public sealed partial class SameValueEnumBooster
{ }



[FastEnum<EmptyEnum>]
[global::FastEnumUtility.FastEnum<EmptyEnum>] // full qualified name syntax
public sealed partial class EmptyEnumBooster
{ }

0 comments on commit 238f419

Please sign in to comment.