Skip to content

Commit

Permalink
Fixing up a naming typo in a unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
littleclay committed Dec 4, 2016
1 parent 1856b71 commit 99f2b2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ default void testValidationExecutorCanHandleEmptyStackTraceFromException() {
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

@Nested
final class DefaultFailedValidationExecutorTest implements NoStackTraceValidationExecutorsContract<IllegalStateException> {
final class DefaultValidityFailedValidationExecutorTestContainer implements NoStackTraceValidationExecutorsContract<IllegalStateException> {

@Override
public FailedValidationExecutor<IllegalStateException> getFailedValidationExecutor() {
Expand Down

0 comments on commit 99f2b2e

Please sign in to comment.