You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by we...@apache.org on 2022/12/30 09:49:13 UTC

[cloudstack] branch main updated: Semicolons not required (#7035)

This is an automated email from the ASF dual-hosted git repository.

weizhou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/main by this push:
     new 1c2728da918 Semicolons not required (#7035)
1c2728da918 is described below

commit 1c2728da91821fba05022f4065111e7276900ee4
Author: Harikrishna <ha...@gmail.com>
AuthorDate: Fri Dec 30 15:19:06 2022 +0530

    Semicolons not required (#7035)
---
 ui/tests/unit/components/view/ActionButton.spec.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ui/tests/unit/components/view/ActionButton.spec.js b/ui/tests/unit/components/view/ActionButton.spec.js
index 4677a47cd14..29ade026c4f 100644
--- a/ui/tests/unit/components/view/ActionButton.spec.js
+++ b/ui/tests/unit/components/view/ActionButton.spec.js
@@ -272,7 +272,7 @@ describe('Components > View > ActionButton.vue', () => {
             }
           }
         })
-        wrapper.vm.hasOwnProperty = () => Object.hasOwnProperty;
+        wrapper.vm.hasOwnProperty = () => Object.hasOwnProperty
         const handleShowBadge = jest.spyOn(wrapper.vm, 'handleShowBadge')
         await wrapper.setProps({ resource: null })
 
@@ -287,7 +287,7 @@ describe('Components > View > ActionButton.vue', () => {
             }
           }
         })
-        wrapper.vm.hasOwnProperty = () => Object.hasOwnProperty;
+        wrapper.vm.hasOwnProperty = () => Object.hasOwnProperty
         const handleShowBadge = jest.spyOn(wrapper.vm, 'handleShowBadge')
         await wrapper.setProps({ resource: { id: null } })
 
@@ -302,7 +302,7 @@ describe('Components > View > ActionButton.vue', () => {
             }
           }
         })
-        wrapper.vm.hasOwnProperty = () => Object.hasOwnProperty;
+        wrapper.vm.hasOwnProperty = () => Object.hasOwnProperty
         const handleShowBadge = jest.spyOn(wrapper.vm, 'handleShowBadge')
         await wrapper.setProps({
           resource: {