Skip to content

Commit 04336ad

Browse files
authored
chore: use different collection to rename (#7498)
1 parent fc8d90b commit 04336ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-e2e-tests/tests/collection-rename.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { createDummyCollections } from '../helpers/insert-data';
1212
import * as Selectors from '../helpers/selectors';
1313

1414
const databaseName = 'test';
15-
const initialCollectionName = 'numbers';
15+
const initialCollectionName = 'csv-file';
1616
const newCollectionName = 'renamed';
1717

1818
class RenameCollectionModal {

0 commit comments

Comments
 (0)