Skip to content

Commit 49f0f94

Browse files
committed
🔀 chore(age.test.js): update CHESTER_BENNINGTON_AGE constant to reflect the correct age
The constant CHESTER_BENNINGTON_AGE has been updated from 44 to 47 to reflect the correct age of Chester Bennington. This change ensures that the test case accurately represents the expected age.
1 parent 70845c1 commit 49f0f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/filters/age/age.test.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { createLocalVue } from '@vue/test-utils';
22
import { age } from './age';
3-
const CHESTER_BENNINGTON_AGE = 44;
3+
const CHESTER_BENNINGTON_AGE = 47;
44

55
it('adds a $morphAge method to the Vue prototype', () => {
66
const localVue = createLocalVue();

0 commit comments

Comments
 (0)