Skip to content

Commit

Permalink
🔀 chore(age.test.js): update CHESTER_BENNINGTON_AGE constant to refle…
Browse files Browse the repository at this point in the history
…ct 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.
  • Loading branch information
ejcenteno committed Aug 16, 2023
1 parent 70845c1 commit 49f0f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filters/age/age.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { createLocalVue } from '@vue/test-utils';
import { age } from './age';
const CHESTER_BENNINGTON_AGE = 44;
const CHESTER_BENNINGTON_AGE = 47;

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

0 comments on commit 49f0f94

Please sign in to comment.