Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
fixed github push test
Browse files Browse the repository at this point in the history
  • Loading branch information
MoizAdnan committed Aug 1, 2024
1 parent 6494747 commit c197302
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,11 @@ describe('project-github-push.test', () => {
})

before(async () => {
const projectName = `@org1/test-project-github-push-${uuidv4()}`
const projectName = `test-project-github-push-${uuidv4()}`
const fullName = `@etherealengine/${projectName}`
testProject = await app
.service(projectPath)
.create({ name: projectName, repositoryPath: `https://github.com/test-user/${projectName}` })
.create({ name: fullName, repositoryPath: `https://github.com/test-user/${projectName}` })
})

beforeEach(() => {
Expand Down

0 comments on commit c197302

Please sign in to comment.