File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
core/flamingock-test-support/src/main/java/io/flamingock/support/stages Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ final class ThenStageImpl implements ThenStage {
2929
3030 private final List <Validator > validators = new ArrayList <>();
3131 private final ValidatorFactory validatorFactory ;
32- private final BuilderAccessor builderAccesor ;
32+ private final BuilderAccessor builderAccessor ;
3333
3434 ThenStageImpl (BuilderAccessor builderAccessor ) {
35- this .builderAccesor = builderAccessor ;
35+ this .builderAccessor = builderAccessor ;
3636 validatorFactory = new ValidatorFactory (builderAccessor );
3737 }
3838
@@ -53,7 +53,7 @@ public void verify() throws AssertionError {
5353
5454 ValidationHandler validationHandler ;
5555 try {
56- builderAccesor .run ();
56+ builderAccessor .run ();
5757 validationHandler = new ValidationHandler (validators );
5858
5959 } catch (Throwable actualException ) {
You can’t perform that action at this time.
0 commit comments