Skip to content

Commit 36ad545

Browse files
committed
chore: Use provided SPACE_NAME for list-operations.test.ts
1 parent 1a12e86 commit 36ad545

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/patterns/integration/list-operations.test.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,8 @@ describe("list-operations simple test", () => {
1919

2020
beforeAll(async () => {
2121
identity = await Identity.generate({ implementation: "noble" });
22-
// Use a unique space name to avoid conflicts between test runs
23-
spaceName = `${SPACE_NAME}-${Date.now()}-${
24-
Math.random().toString(36).slice(2)
25-
}`;
2622
cc = await CharmsController.initialize({
27-
spaceName: spaceName,
23+
spaceName: SPACE_NAME,
2824
apiUrl: new URL(API_URL),
2925
identity: identity,
3026
});

0 commit comments

Comments
 (0)