Lukasz Balcerzak 8 years ago
parent
commit
0e0f234428
1 changed files with 2 additions and 2 deletions
  1. 2 2
      test/unit/specs/rate.spec.js

+ 2 - 2
test/unit/specs/rate.spec.js

@@ -106,9 +106,9 @@ describe('Rate', () => {
       computed: {
         colors() {
           if (this.muted) {
-            return ['#999', '#999', '#999']
+            return ['#999', '#999', '#999'];
           } else {
-            return ['#99A9BF', '#F7BA2A', '#FF9900']
+            return ['#99A9BF', '#F7BA2A', '#FF9900'];
           }
         }
       },