Skip to content

Commit e8fa364

Browse files
committed
pause -> pause_after
1 parent 5643ee0 commit e8fa364

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
@@ -108,7 +108,7 @@ export default
108108
['A', '1']
109109
],
110110
setup: true,
111-
pause: true
111+
pause_after: true
112112
},
113113
{
114114
response_headers: [
@@ -117,7 +117,7 @@ export default
117117
['A', '2']
118118
],
119119
setup: true,
120-
pause: true
120+
pause_after: true
121121
},
122122
{
123123
expected_type: 'cached',
@@ -139,7 +139,7 @@ export default
139139
['A', '1']
140140
],
141141
setup: true,
142-
pause: true
142+
pause_after: true
143143
},
144144
{
145145
response_headers: [
@@ -148,7 +148,7 @@ export default
148148
['A', '2']
149149
],
150150
setup: true,
151-
pause: true
151+
pause_after: true
152152
},
153153
{
154154
expected_type: 'cached',

0 commit comments

Comments
 (0)