Skip to content

Commit 5aa5e8a

Browse files
committed
Fix typo on tests
1 parent ebd19ad commit 5aa5e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/dotdom-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ describe('.dom', function () {
531531

532532
});
533533

534-
it('should correctly call `.u.` after setState', function () {
534+
it('should correctly call `.d.` after setState', function () {
535535
const dom = document.createElement('div');
536536
const dHandler = jest.fn();
537537
const guardCounter = { c:0 };

0 commit comments

Comments
 (0)