Skip to content

Commit f37de74

Browse files
committed
test: fix unit test issue
1 parent 38ab268 commit f37de74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

__tests__/main.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ describe('main', () => {
4141
it('should run through the commands', async () => {
4242
Object.assign(action, {
4343
repositoryPath: 'JamesIves/github-pages-deploy-action',
44-
folder: '.github/assets',
44+
folder: '.github/docs',
4545
branch: 'branch',
4646
token: '123',
4747
hostname: 'github.com',
@@ -62,7 +62,7 @@ describe('main', () => {
6262
Object.assign(action, {
6363
hostname: 'github.com',
6464
repositoryPath: 'JamesIves/github-pages-deploy-action',
65-
folder: '.github/assets',
65+
folder: '.github/docs',
6666
branch: 'branch',
6767
token: '123',
6868
sshKey: true,
@@ -81,7 +81,7 @@ describe('main', () => {
8181
it('should throw if an error is encountered', async () => {
8282
Object.assign(action, {
8383
hostname: 'github.com',
84-
folder: '.github/assets',
84+
folder: '.github/docs',
8585
branch: 'branch',
8686
token: null,
8787
sshKey: null,

0 commit comments

Comments
 (0)