Skip to content

Commit 6200767

Browse files
Update test/Microsoft.OpenApi.Tests/Attributes/DisplayAttributeTests.cs
Co-authored-by: Eric Erhardt <[email protected]>
1 parent 8267c40 commit 6200767

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Microsoft.OpenApi.Tests/Attributes/DisplayAttributeTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ public enum UserType
2424
Editor = 2,
2525
[DisplayAttribute("publisher")]
2626
Publisher = 3
27+
[DisplayAttribute("all")]
28+
All = Admin | Editor | Publisher
2729
}
2830

2931
public class DisplayAttributeTests

0 commit comments

Comments
 (0)