Skip to content

Commit

Permalink
Add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusz-schimke committed Sep 5, 2023
1 parent dea13cc commit 228b0d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/GiGraph.Dot.Types.Tests/Enums/DotEnumsTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ public class DotEnumsTest

public static IEnumerable<Type> GetAllEnumTypes()
{
// get only the enum types used as attribute values (they belong to the Types namespace)
var types = Assembly.LoadFrom("GiGraph.Dot.dll")!
.GetTypes()
.Where(t => t.IsEnum)
Expand Down

0 comments on commit 228b0d3

Please sign in to comment.