Skip to content

Commit 5f5cdd2

Browse files
committed
fix: unit test
1 parent bc7726b commit 5f5cdd2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/unit/guestbooks/GetGuestbook.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ describe('execute', () => {
1212
nameRequired: true,
1313
institutionRequired: false,
1414
positionRequired: false,
15-
email: 'test@gmail.com',
16-
institution: 'Harvard University',
17-
position: 'Researcher',
1815
customQuestions: [],
1916
createTime: '2024-01-01T00:00:00Z',
2017
dataverseId: 34

0 commit comments

Comments
 (0)