Skip to content

Commit

Permalink
Merge pull request #416 from niklaskallander/bugfix/nullreferenceexce…
Browse files Browse the repository at this point in the history
…ption-when-using-shouldnothaveflag

Fix for #415 (ShouldlyMethods attribute were missing on ShouldBeEnumE…
  • Loading branch information
josephwoodward committed Aug 7, 2017
2 parents 0eae7a4 + e437667 commit 0c3bb92
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

namespace Shouldly.ShouldlyExtensionMethods
{
[ShouldlyMethods]
public static class ShouldHaveEnumExtensions
{
public static void ShouldHaveFlag(this Enum actual, Enum expectedFlag)
Expand Down

0 comments on commit 0c3bb92

Please sign in to comment.