Skip to content

Commit

Permalink
Removed unneeded todo
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeGinnivan committed Jan 30, 2016
1 parent 54ae9c9 commit 054c70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Shouldly.Shared/ShouldlyMessage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ internal abstract class ShouldlyMessage
new ShouldBeEmptyMessageGenerator(),
new ShouldAllBeMessageGenerator(),
#if net40
new DynamicShouldMessageGenerator(), //TODO Make worth without stacktraces
new DynamicShouldMessageGenerator(),
new ShouldCompleteInMessageGenerator(),
new ShouldBeNullOrWhiteSpaceMessageGenerator(),
#endif
Expand Down

0 comments on commit 054c70a

Please sign in to comment.