Skip to content

Commit

Permalink
fix: updated space name
Browse files Browse the repository at this point in the history
  • Loading branch information
jbristowe committed Jun 26, 2022
1 parent 3e3bea1 commit 545fe58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operations/pushPackage/push-package.test.ts
Expand Up @@ -40,7 +40,7 @@ describe("push package", () => {
});

beforeEach(async () => {
const spaceName = randomUUID();
const spaceName = randomUUID().substring(0, 20);
console.log(`Creating space, "${spaceName}"...`);
space = await systemRepository.spaces.create(NewSpace(spaceName, undefined, [user]));
repository = await systemRepository.forSpace(space);
Expand Down

0 comments on commit 545fe58

Please sign in to comment.