Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ authored and afc163 committed Sep 7, 2020
1 parent 560c94b commit 3b42561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/upload/__tests__/uploadlist.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@ describe('Upload List', () => {
});

// https://github.com/ant-design/ant-design/issues/26536
it.only('multiple file upload should keep the internal fileList async', async () => {
it('multiple file upload should keep the internal fileList async', async () => {
jest.useFakeTimers();

const uploadRef = React.createRef();
Expand Down

0 comments on commit 3b42561

Please sign in to comment.