Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccar committed Apr 18, 2024
1 parent 2de5957 commit b1cebc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/autosuggest/_macro.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ describe('macro: autosuggest', () => {
expect(inputSpy.occurrences[0]).toHaveProperty('error.text', 'An error occurred.');
expect(inputSpy.occurrences[0]).toHaveProperty('mutuallyExclusive', null);
expect(inputSpy.occurrences[0]).toHaveProperty('accessiblePlaceholder', true);
expect(inputSpy.occurrences[0]).toHaveProperty('name', 'country-of-birth-test');
expect(inputSpy.occurrences[0]).toHaveProperty('name', 'test-params');
expect(typeof inputSpy.occurrences[0].autosuggestResults).toBe('string');
expect(inputSpy.occurrences[0]).toHaveProperty('minLength', 1);
expect(inputSpy.occurrences[0]).toHaveProperty('maxLength', 10);
Expand Down

0 comments on commit b1cebc9

Please sign in to comment.