store only

This commit is contained in:
Charlie Kolb 2025-08-05 13:01:07 +02:00
parent 1663e6f690
commit cbf1284040
No known key found for this signature in database

View File

@ -44,18 +44,19 @@ describe('dataStore', () => {
name: 'myDataStore1',
columns: [],
});
await dataStoreService.createDataStore(project2.id, {
name: 'myDataStore2',
columns: [],
});
// await dataStoreService.createDataStore(project2.id, {
// name: 'myDataStore2',
// columns: [],
// });
});
afterEach(async () => {
// Clean up any created user data stores
await dataStoreService.deleteDataStoreAll();
// await dataStoreService.deleteDataStoreAll();
});
describe('createDataStore', () => {
it('should noop', () => {});
it('should succeed with existing name in different project', async () => {
// ACT
const result = await dataStoreService.createDataStore(project1.id, {