Skip to content

Commit b150d6f

Browse files
authored
node: remove passing ecosystem name in test (#489)
1 parent 36dfb3f commit b150d6f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

node/test/ProviderService.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ test("Demo: Ecosystem Tests", async (t) => {
1717
let providerService = new ProviderService(options);
1818
let actualCreate = await providerService.createEcosystem(
1919
new CreateEcosystemRequest()
20-
.setName(`test-${new Date().getMilliseconds()}`)
21-
.setDescription("My ecosystem")
20+
.setDescription("Test ecosystem from Node")
2221
.setUri("https://example.com"));
2322

2423
t.not(actualCreate, null);

0 commit comments

Comments
 (0)