summaryrefslogtreecommitdiff
path: root/tests/unit/AppHeader.spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/AppHeader.spec.js')
-rw-r--r--tests/unit/AppHeader.spec.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/AppHeader.spec.js b/tests/unit/AppHeader.spec.js
index 9135c007..93ad1f46 100644
--- a/tests/unit/AppHeader.spec.js
+++ b/tests/unit/AppHeader.spec.js
@@ -65,8 +65,8 @@ describe('AppHeader.vue', () => {
});
describe('Created lifecycle hook', () => {
- it('getServerInfo should dispatch global/getServerStatus', () => {
- wrapper.vm.getServerInfo();
+ it('getSystemInfo should dispatch global/getSystemInfo', () => {
+ wrapper.vm.getSystemInfo();
expect(store.dispatch).toHaveBeenCalledTimes(1);
});