Skip to content

Commit 26790e7

Browse files
authored
Merge pull request #2646 from gyeongmin-lee/patch-1
Update part5d.md: Fix typo
2 parents 3574031 + 248d3b7 commit 26790e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/5/en/part5d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ describe('Note app', function() {
235235

236236
it('front page can be opened', function() {
237237
cy.contains('Notes')
238-
cy.contains('Note app, Department of Computer Science, University of Helsinki 2022')
238+
cy.contains('Note app, Department of Computer Science, University of Helsinki 2023')
239239
})
240240

241241
it('login form can be opened', function() {

0 commit comments

Comments
 (0)