Skip to content

Commit

Permalink
test: fix snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
Coobaha committed Oct 30, 2023
1 parent 69581c4 commit 3cd6b61
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tap-snapshots/test/integration.test.ts.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,6 @@ Object {
},
"dateString": Object {
"format": "date-time",
"maxLength": 5,
"type": "string",
},
"regexpType": Object {
Expand Down Expand Up @@ -1182,7 +1181,6 @@ Object {
},
"dateString": Object {
"format": "date-time",
"maxLength": 5,
"type": "string",
},
"regexpType": Object {
Expand Down Expand Up @@ -1423,7 +1421,7 @@ Object {
"Headers": Array [
"HTTP/1.1 200 OK",
"content-type: application/json; charset=utf-8",
"content-length: 4524",
"content-length: 4510",
"Date: dateString",
"Connection: keep-alive",
],
Expand Down Expand Up @@ -1722,7 +1720,6 @@ Object {
},
"dateString": Object {
"format": "date-time",
"maxLength": 5,
"type": "string",
},
"regexpType": Object {
Expand Down Expand Up @@ -2182,7 +2179,6 @@ Object {
},
"dateString": Object {
"format": "date-time",
"maxLength": 5,
"type": "string",
},
"regexpType": Object {
Expand Down

0 comments on commit 3cd6b61

Please sign in to comment.