From 89b72f90c581a784f0172d42316742a16fc34c21 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Tue, 26 Jul 2022 16:57:39 +0200 Subject: [PATCH] Update frontend/src/components/Contributions/ContributionListItem.spec.js --- .../src/components/Contributions/ContributionListItem.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Contributions/ContributionListItem.spec.js b/frontend/src/components/Contributions/ContributionListItem.spec.js index 08523cae4..59918e762 100644 --- a/frontend/src/components/Contributions/ContributionListItem.spec.js +++ b/frontend/src/components/Contributions/ContributionListItem.spec.js @@ -85,7 +85,7 @@ describe('ContributionListItem', () => { }) }) - describe('contribution date', () => { + describe('date', () => { it('is equal to createdAt', () => { expect(wrapper.vm.date).toBe(wrapper.vm.createdAt) })