diff options
Diffstat (limited to 'test/components/SelectLocation.spec.js')
| -rw-r--r-- | test/components/SelectLocation.spec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/components/SelectLocation.spec.js b/test/components/SelectLocation.spec.js index f25338dc47..28e21eb697 100644 --- a/test/components/SelectLocation.spec.js +++ b/test/components/SelectLocation.spec.js @@ -9,7 +9,7 @@ import { defaultServer } from '../../app/config'; import type { SettingsReduxState } from '../../app/redux/settings/reducers'; import type { SelectLocationProps } from '../../app/components/SelectLocation'; -describe('components/Account', () => { +describe('components/SelectLocation', () => { const state: SettingsReduxState = { autoSecure: true, preferredServer: defaultServer |
