Skip to content

Commit 18175de

Browse files
committed
Rename test descriptions
1 parent 023425b commit 18175de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/integration-testsuite/src/httpServerTests.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2431,7 +2431,7 @@ export function defineIntegrationTestSuiteHttpServerTests(
24312431
},
24322432
};
24332433

2434-
describe('tests that require [email protected]', () => {
2434+
describe('tests that require legacy incremental format', () => {
24352435
it.each([
24362436
[undefined],
24372437
['application/json'],
@@ -2611,7 +2611,7 @@ content-type: application/json; charset=utf-8\r
26112611
});
26122612
});
26132613

2614-
describe('tests that require [email protected]', () => {
2614+
describe('tests that require modern incremental format', () => {
26152615
it.each([
26162616
[undefined],
26172617
['application/json'],

0 commit comments

Comments
 (0)