Skip to content

Commit d8c2068

Browse files
committed
chore: update tests
1 parent 301d00f commit d8c2068

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/test-suite/src/test-suite.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1605,7 +1605,7 @@ export function testSuite(options: TestSuiteOptions): void {
16051605

16061606
describe("Admin Config Versioning", () => {
16071607
it("should update a config when baseVersion matches", async () => {
1608-
const configName = uniqueId("base-version-config");
1608+
const configName = uniqueId("base-version-config-v1");
16091609

16101610
await ctx.createConfig(configName, "initial");
16111611

0 commit comments

Comments
 (0)