Skip to content

Commit

Permalink
Merge pull request #398 from JosephWoodward/FixBrokenBuild
Browse files Browse the repository at this point in the history
Updated approved text to fix build
  • Loading branch information
josephwoodward committed Aug 19, 2016
2 parents 522e30e + a42111f commit ffb4787
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

Delegate
should complete in
00:00:01
but did not
Delegate
should complete in
00:00:01
but did not

Additional Info:
Some additional context
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,11 @@ public class static ShouldBeNullExtensions
public static void ShouldBeNull<T>(this T actual) { }
public static void ShouldBeNull<T>(this T actual, string customMessage) { }
public static void ShouldBeNull<T>(this T actual, [JetBrains.Annotations.InstantHandleAttribute()] System.Func<string> customMessage) { }
[JetBrains.Annotations.ContractAnnotationAttribute("actual:null => halt")]
public static void ShouldNotBeNull<T>(this T actual) { }
[JetBrains.Annotations.ContractAnnotationAttribute("actual:null => halt")]
public static void ShouldNotBeNull<T>(this T actual, string customMessage) { }
[JetBrains.Annotations.ContractAnnotationAttribute("actual:null => halt")]
public static void ShouldNotBeNull<T>(this T actual, [JetBrains.Annotations.InstantHandleAttribute()] System.Func<string> customMessage) { }
}
[Shouldly.ShouldlyMethodsAttribute()]
Expand Down

0 comments on commit ffb4787

Please sign in to comment.