Update frontend/src/components/Contributions/ContributionListItem.spec.js

This commit is contained in:
Moriz Wahl 2022-07-26 16:57:39 +02:00 committed by GitHub
parent 3be2e00ff8
commit 89b72f90c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,7 +85,7 @@ describe('ContributionListItem', () => {
})
})
describe('contribution date', () => {
describe('date', () => {
it('is equal to createdAt', () => {
expect(wrapper.vm.date).toBe(wrapper.vm.createdAt)
})