Skip to content

Commit 095bffd

Browse files
committed
fix: test error
1 parent 71b939a commit 095bffd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/component/sections/layout/footer/Footer.spec.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ describe('Footer component', () => {
2525

2626
it('should call dataverseInfoRepository.getVersion on mount', () => {
2727
const dataverseInfoRepository = new DataverseInfoMockRepository()
28+
sandbox.spy(dataverseInfoRepository, 'getVersion')
2829

2930
cy.customMount(<Footer dataverseInfoRepository={dataverseInfoRepository} />)
3031

0 commit comments

Comments
 (0)