From 8e67fbc6b058e99f681ca31fe5581e78cd93259a Mon Sep 17 00:00:00 2001 From: Serhii Date: Mon, 3 Feb 2020 21:47:50 +0100 Subject: [PATCH] Update test name --- packages/material-ui-lab/src/Autocomplete/Autocomplete.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/material-ui-lab/src/Autocomplete/Autocomplete.test.js b/packages/material-ui-lab/src/Autocomplete/Autocomplete.test.js index e1b27f7c0dd89a..4b7ebb9ec70206 100644 --- a/packages/material-ui-lab/src/Autocomplete/Autocomplete.test.js +++ b/packages/material-ui-lab/src/Autocomplete/Autocomplete.test.js @@ -50,7 +50,7 @@ describe('', () => { }); describe('prop: autoSelect', () => { - it('should ', () => { + it('should not clear on blur when value does not match any option', () => { const handleChange = spy(); const options = ['one', 'two']; const value = 'oo';