Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fergiemcdowall committed Sep 2, 2024
1 parent e1f89b6 commit 6db3dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/general-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test('start a norch', async t => {
.replace(/\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{3}Z/g, 'A_DATE'),
`
${figlet
.textSync('NORCH', { font: 'isometric1', horizontalLayout: 'full' })
.textSync('NORCH', { font: 'Isometric1', horizontalLayout: 'full' })
.replace(/(?:\n)/g, '\n ')}
(c) 2013-${new Date().getFullYear()} \x1b[1mFergus McDowall\x1b[0m
Expand Down

0 comments on commit 6db3dc5

Please sign in to comment.