Skip to content
Snippets Groups Projects
Commit af7b2e79 authored by vildemv's avatar vildemv
Browse files

Fixed build error

parent b19f1636
No related branches found
No related tags found
1 merge request!68Div frontend
Pipeline #281235 passed
......@@ -63,6 +63,6 @@ describe('ActiveChallengeDisplay', () => {
expect(wrapper.text()).toContain(challenge.challengeTitle);
expect(wrapper.text()).toContain(challenge.challengeDescription);
expect(wrapper.text()).toContain('Utløpsdato: 01/05/2024');
expect(wrapper.text()).toContain('Sparesum: 100 kr,-');
expect(wrapper.text()).toContain('Sparesum: 100kr');
});
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment