File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ describe('cleanAndCompareWithSchema', () => {
8080 const expectedData = {
8181 someString : 'someString' ,
8282 someNumber : 1234 ,
83- someDate : JSON . stringify ( testingDate ) . replace ( / ' / g, '' ) ,
83+ someDate : JSON . stringify ( testingDate ) . replace ( / " / g, '' ) ,
8484 someBoolean : false ,
8585 someObject : {
8686 hasSubObject : {
@@ -237,7 +237,7 @@ describe('HubspotClient', () => {
237237 const expectedPostData = {
238238 filterGroups : [ {
239239 filters : [ {
240- propertyName : email ,
240+ propertyName : ' email' ,
241241 operator : 'EQ' ,
242242 value : email ,
243243 } ] ,
@@ -279,7 +279,7 @@ describe('HubspotClient', () => {
279279 const expectedPostData = {
280280 filterGroups : [ {
281281 filters : [ {
282- propertyName : email ,
282+ propertyName : ' email' ,
283283 operator : 'EQ' ,
284284 value : email ,
285285 } ] ,
You can’t perform that action at this time.
0 commit comments