Skip to content

Commit 5643ee0

Browse files
committed
Fix
1 parent 7357f2c commit 5643ee0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/cc-response.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,15 +113,15 @@ export default
113113
{
114114
response_headers: [
115115
['Cache-Control', 'no-store'],
116-
['Date', 0]
116+
['Date', 0],
117117
['A', '2']
118118
],
119119
setup: true,
120120
pause: true
121121
},
122122
{
123123
expected_type: 'cached',
124-
expected_response_headers: [['a', '1']],
124+
expected_response_headers: [['a', '1']]
125125
}
126126
]
127127
},
@@ -144,15 +144,15 @@ export default
144144
{
145145
response_headers: [
146146
['Cache-Control', 'no-store, max-age=0'],
147-
['Date', 0]
147+
['Date', 0],
148148
['A', '2']
149149
],
150150
setup: true,
151151
pause: true
152152
},
153153
{
154154
expected_type: 'cached',
155-
expected_response_headers: [['a', '1']],
155+
expected_response_headers: [['a', '1']]
156156
}
157157
]
158158
},

0 commit comments

Comments
 (0)