Skip to content

Commit

Permalink
fix(list): fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiomkar committed Jan 25, 2019
1 parent 5b5b930 commit f127152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/mdc-list/foundation.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ test('defaultAdapter returns a complete adapter implementation', () => {
verifyDefaultAdapter(MDCListFoundation, [
'getListItemCount', 'getFocusedElementIndex', 'setAttributeForElementIndex',
'removeAttributeForElementIndex', 'addClassForElementIndex', 'removeClassForElementIndex',
'focusItemAtIndex', 'setTabIndexForListItemChildren', 'followHref', 'hasRadioAtIndex',
'focusItemAtIndex', 'setTabIndexForListItemChildren', 'hasRadioAtIndex',
'hasCheckboxAtIndex', 'isCheckboxCheckedAtIndex', 'setCheckedCheckboxOrRadioAtIndex',
'notifyAction', 'isFocusInsideList',
]);
Expand Down

0 comments on commit f127152

Please sign in to comment.