Skip to content

Commit 830a5d0

Browse files
Harrison IfeanyichukwuHarrison Ifeanyichukwu
authored andcommitted
fix: fix test
1 parent 299ab3f commit 830a5d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Handler.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1417,7 +1417,7 @@ describe('Handler Module', function() {
14171417

14181418
return handler.execute().then(status => {
14191419
expect(status).toBeFalsy();
1420-
expect(handler.errors.firstName).toEqual('condition not satisfied');
1420+
expect(handler.errors.email).toEqual('condition not satisfied');
14211421
});
14221422
});
14231423
});

0 commit comments

Comments
 (0)