Skip to content

Commit e9b6cd3

Browse files
committed
Update count
1 parent 211427b commit e9b6cd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-dom/src/__tests__/ReactDOMServerIntegrationSelect-test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ describe('ReactDOMServerIntegrationSelect', () => {
253253
<option value="first">First</option>
254254
<option value="true">True</option>
255255
</select>,
256-
4,
256+
2,
257257
);
258258
expect(e.firstChild.selected).toBe(false);
259259
expect(e.lastChild.selected).toBe(true);
@@ -268,7 +268,7 @@ describe('ReactDOMServerIntegrationSelect', () => {
268268
<option value="first">First</option>
269269
<option value="undefined">Undefined</option>
270270
</select>,
271-
4,
271+
2,
272272
);
273273
expect(e.firstChild.selected).toBe(true);
274274
expect(e.lastChild.selected).toBe(false);

0 commit comments

Comments
 (0)