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

Commit

Permalink
octokit test standardization
Browse files Browse the repository at this point in the history
  • Loading branch information
HexaField committed Aug 18, 2024
1 parent bf45ddc commit 3fe2fd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ describe('project-check-source-destination-match.test', () => {

before(async () => {
createdProject = await app.service(projectPath).create({
name: '@myorg/my-first-project'
name: 'myorg/my-first-project'
})
})

Expand Down
4 changes: 2 additions & 2 deletions packages/server-core/src/util/mockOctokitResponses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ import packagejson from '../../package.json'
const engineVersion = packagejson.version

export const repo1ManifestJSON = {
name: '@myorg/my-first-project',
name: 'myorg/my-first-project',
version: '0.0.0',
engineVersion
}

export const repo2ManifestJSON = {
name: '@myorg/my-second-project',
name: 'myorg/my-second-project',
version: '0.0.0',
engineVersion
}
Expand Down

0 comments on commit 3fe2fd2

Please sign in to comment.