Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit a9f0e76

Browse files
fix(text-field): Fix typo
1 parent 4ca4db6 commit a9f0e76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/mdc-textfield/foundation.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const DESC_UNDEFINED = {
3232
};
3333

3434
function setupHookTest() {
35-
const {foundation, mockAdapter} = setupFoundationTest(MDCTextfieldFoundation);
35+
const {foundation, mockAdapter} = setupFoundationTest(MDCTextFieldFoundation);
3636
const nativeInput = bel`<input type="text">`;
3737
td.when(mockAdapter.getNativeInput()).thenReturn(nativeInput);
3838
return {foundation, mockAdapter, nativeInput};

0 commit comments

Comments
 (0)